Html Css Color HEX #CCBE76 Winter Hazel

📋 copy color: '#CCBE76'

red 204 ◦ green 190 ◦ blue 118

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

Shades of Winter Hazel #CCBE76

Tints of Winter Hazel #CCBE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.11%

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 39.84%
G = 37.11%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCBE76 (or 0xCCBE76) is known color: Winter Hazel. HEX triplet: CC, BE and 76. RGB value is (204,190,118). Sum of RGB (Red+Green+Blue) = 204+190+118=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE76 is #334189. Grayscale: #BABABA. Windows color (decimal): -3359114 or 7782092. OLE color: 7782092.

HSL color Cylindrical-coordinate representation of color #CCBE76: hue angle of 50.23º degrees, saturation: 0.46, 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 #CCBE76 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 118 -
CMYK 0 0.07 0.42 0.2
HSL 50.23º 0.46% 0.63% -
HSV(B) 50.23º 0.42% 0.8% -
XYZ 46.59 50.97 24.52 -
YUV 185.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 204 190 118 0 0.07 0.42 0.2 50.23 0.46 0.63
Hex CC BE 76 0 7 2A 14 32 2E 3F
Octal 314 276 166 0 7 52 24 62 56 77
Binary 11001100 10111110 1110110 0 111 101010 10100 110010 101110 111111

Color Harmonies of #CCBE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE76

Black with #CCBE76

Text Example


Text Example

White with #CCBE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE76; }

 p { color: rgb(204,190,118); }

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

background-color css

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

 a { background-color: rgb(204,190,118); }

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

border-color css

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

 span { border-color: rgb(204,190,118); }

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