Html Css Color HEX #CC966B Whiskey

📋 copy color: '#CC966B'

red 204 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #CC966B

Tints of Whiskey #CC966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 44.25%
G = 32.54%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC966B (or 0xCC966B) is known color: Whiskey. HEX triplet: CC, 96 and 6B. RGB value is (204,150,107). Sum of RGB (Red+Green+Blue) = 204+150+107=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC966B is #336994. Grayscale: #A1A1A1. Windows color (decimal): -3369365 or 7050956. OLE color: 7050956.

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

Color convert

RGB 204 150 107 -
CMYK 0 0.26 0.48 0.2
HSL 26.6º 0.49% 0.61% -
HSV(B) 26.6º 0.48% 0.8% -
XYZ 38.46 35.71 18.78 -
YUV 161.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 204 150 107 0 0.26 0.48 0.2 26.6 0.49 0.61
Hex CC 96 6B 0 1A 30 14 1B 31 3D
Octal 314 226 153 0 32 60 24 33 61 75
Binary 11001100 10010110 1101011 0 11010 110000 10100 11011 110001 111101

Color Harmonies of #CC966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC966B

Black with #CC966B

Text Example


Text Example

White with #CC966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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