#CC975F

Color #CC975F Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #CC975F

Tints of Whiskey Sour #CC975F

Color information

#CC975F (or 0xCC975F) is unknown color: approx Whiskey Sour. HEX triplet: CC, 97 and 5F. RGB value is (204,151,95). Sum of RGB (Red+Green+Blue) = 204+151+95=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC975F is #3368A0. Grayscale: #A0A0A0. Windows color (decimal): -3369121 or 6264780. OLE color: 6264780.

HSL color Cylindrical-coordinate representation of color #CC975F: hue angle of 30.83º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC975F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB20415195-
CMYK00.260.530.2
HSL30.83º51.66%58.63%-
HSV(B)30.83º53.43%80%-
XYZ38.0335.815.73-
YUV160.4691.06159.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=45.33%
G=33.56%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041519500.260.530.230.8351.6658.63
HexCC975F01A35141f343b
Octal3142271370326524376473
Binary110011001001011110111110110101101011010011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC975F; }

 p { color: rgb(204,151,95); }

 H1.HeaderClassName
 {
   color: #CC975F;
 }
 .AnyTagClassName
 {
   color: #CC975F;
 }
</style>
background-color css

<style>
 a { background-color: #CC975F; }

 a { background-color: rgb(204,151,95); }

 div.DivClassName
 {
   background-color: #CC975F;
 }
 .BgClassName
 {
   background-color: #CC975F;
 }
</style>
border-color css

<style>
 span { border-color: #CC975F; }

 span { border-color: rgb(204,151,95); }

 td.TdClassName
 {
   border-color: #CC975F;
 }
 .TagClassName
 {
   border-color: #CC975F;
 }
</style>