Html Css Color HEX #CC9057 Whiskey Sour

📋 copy color: '#CC9057'

red 204 ◦ green 144 ◦ blue 87

#CC9057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #CC9057

Tints of Whiskey Sour #CC9057

RGB

 RED value IS 204 (80.08% from 255) = 46.9%

 GREEN value IS 144 (56.64% from 255) = 33.1%

 BLUE value IS 87 (34.38% from 255) = 20%

R = 46.9%
G = 33.1%
B = 20%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC9057 (or 0xCC9057) is known color: Whiskey Sour. HEX triplet: CC, 90 and 57. RGB value is (204,144,87). Sum of RGB (Red+Green+Blue) = 204+144+87=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9057 is #336FA8. Grayscale: #9B9B9B. Windows color (decimal): -3370921 or 5738700. OLE color: 5738700.

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

Color convert

RGB 204 144 87 -
CMYK 0 0.29 0.57 0.2
HSL 29.23º 0.53% 0.57% -
HSV(B) 29.23º 0.57% 0.8% -
XYZ 36.6 33.47 13.55 -
YUV 155.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 204 144 87 0 0.29 0.57 0.2 29.23 0.53 0.57
Hex CC 90 57 0 1D 39 14 1D 35 39
Octal 314 220 127 0 35 71 24 35 65 71
Binary 11001100 10010000 1010111 0 11101 111001 10100 11101 110101 111001

Color Harmonies of #CC9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9057

Black with #CC9057

Text Example


Text Example

White with #CC9057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9057; }

 p { color: rgb(204,144,87); }

 H1.HeaderClassName
 {
   color: #CC9057;
 }
 .AnyTagClassName
 {
   color: #CC9057;
 }
</style>

background-color css

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

 a { background-color: rgb(204,144,87); }

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

border-color css

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

 span { border-color: rgb(204,144,87); }

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