Html Css Color HEX #CC9569 Whiskey

📋 copy color: '#CC9569'

red 204 ◦ green 149 ◦ blue 105

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

Shades of Whiskey #CC9569

Tints of Whiskey #CC9569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.53%

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 44.54%
G = 32.53%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC9569 (or 0xCC9569) is known color: Whiskey. HEX triplet: CC, 95 and 69. RGB value is (204,149,105). Sum of RGB (Red+Green+Blue) = 204+149+105=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9569 is #336A96. Grayscale: #A0A0A0. Windows color (decimal): -3369623 or 6919628. OLE color: 6919628.

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

Color convert

RGB 204 149 105 -
CMYK 0 0.27 0.49 0.2
HSL 26.67º 0.49% 0.61% -
HSV(B) 26.67º 0.49% 0.8% -
XYZ 38.2 35.35 18.17 -
YUV 160.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 204 149 105 0 0.27 0.49 0.2 26.67 0.49 0.61
Hex CC 95 69 0 1B 31 14 1B 31 3D
Octal 314 225 151 0 33 61 24 33 61 75
Binary 11001100 10010101 1101001 0 11011 110001 10100 11011 110001 111101

Color Harmonies of #CC9569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9569

Black with #CC9569

Text Example


Text Example

White with #CC9569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9569; }

 p { color: rgb(204,149,105); }

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

background-color css

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

 a { background-color: rgb(204,149,105); }

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

border-color css

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

 span { border-color: rgb(204,149,105); }

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