Html Css Color HEX #CC976B Whiskey

📋 copy color: '#CC976B'

red 204 ◦ green 151 ◦ blue 107

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

Shades of Whiskey #CC976B

Tints of Whiskey #CC976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.68%

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

R = 44.16%
G = 32.68%
B = 23.16%

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

#CC976B (or 0xCC976B) is known color: Whiskey. HEX triplet: CC, 97 and 6B. RGB value is (204,151,107). Sum of RGB (Red+Green+Blue) = 204+151+107=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC976B is #336894. Grayscale: #A2A2A2. Windows color (decimal): -3369109 or 7051212. OLE color: 7051212.

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

Color convert

RGB 204 151 107 -
CMYK 0 0.26 0.48 0.2
HSL 27.22º 0.49% 0.61% -
HSV(B) 27.22º 0.48% 0.8% -
XYZ 38.62 36.03 18.83 -
YUV 161.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 204 151 107 0 0.26 0.48 0.2 27.22 0.49 0.61
Hex CC 97 6B 0 1A 30 14 1B 31 3D
Octal 314 227 153 0 32 60 24 33 61 75
Binary 11001100 10010111 1101011 0 11010 110000 10100 11011 110001 111101

Color Harmonies of #CC976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC976B

Black with #CC976B

Text Example


Text Example

White with #CC976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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