Html Css Color HEX #CCBF77 Winter Hazel

📋 copy color: '#CCBF77'

red 204 ◦ green 191 ◦ blue 119

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

Shades of Winter Hazel #CCBF77

Tints of Winter Hazel #CCBF77

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 39.69%
G = 37.16%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCBF77 (or 0xCCBF77) is known color: Winter Hazel. HEX triplet: CC, BF and 77. RGB value is (204,191,119). Sum of RGB (Red+Green+Blue) = 204+191+119=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF77 is #334088. Grayscale: #BABABA. Windows color (decimal): -3358857 or 7847884. OLE color: 7847884.

HSL color Cylindrical-coordinate representation of color #CCBF77: hue angle of 50.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCBF77 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 119 -
CMYK 0 0.06 0.42 0.2
HSL 50.82º 0.45% 0.63% -
HSV(B) 50.82º 0.42% 0.8% -
XYZ 46.86 51.43 24.91 -
YUV 186.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 204 191 119 0 0.06 0.42 0.2 50.82 0.45 0.63
Hex CC BF 77 0 6 2A 14 33 2D 3F
Octal 314 277 167 0 6 52 24 63 55 77
Binary 11001100 10111111 1110111 0 110 101010 10100 110011 101101 111111

Color Harmonies of #CCBF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF77

Black with #CCBF77

Text Example


Text Example

White with #CCBF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF77; }

 p { color: rgb(204,191,119); }

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

background-color css

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

 a { background-color: rgb(204,191,119); }

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

border-color css

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

 span { border-color: rgb(204,191,119); }

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