Html Css Color HEX #CC9669 Whiskey

📋 copy color: '#CC9669'

red 204 ◦ green 150 ◦ blue 105

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

Shades of Whiskey #CC9669

Tints of Whiskey #CC9669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

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

R = 44.44%
G = 32.68%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC9669 (or 0xCC9669) is known color: Whiskey. HEX triplet: CC, 96 and 69. RGB value is (204,150,105). Sum of RGB (Red+Green+Blue) = 204+150+105=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9669 is #336996. Grayscale: #A1A1A1. Windows color (decimal): -3369367 or 6919884. OLE color: 6919884.

HSL color Cylindrical-coordinate representation of color #CC9669: hue angle of 27.27º 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 #CC9669 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 105 -
CMYK 0 0.26 0.49 0.2
HSL 27.27º 0.49% 0.61% -
HSV(B) 27.27º 0.49% 0.8% -
XYZ 38.36 35.67 18.23 -
YUV 161.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 204 150 105 0 0.26 0.49 0.2 27.27 0.49 0.61
Hex CC 96 69 0 1A 31 14 1B 31 3D
Octal 314 226 151 0 32 61 24 33 61 75
Binary 11001100 10010110 1101001 0 11010 110001 10100 11011 110001 111101

Color Harmonies of #CC9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9669

Black with #CC9669

Text Example


Text Example

White with #CC9669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9669; }

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

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

background-color css

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

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

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

border-color css

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

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

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