Html Css Color HEX #CCBE86 Winter Hazel

📋 copy color: '#CCBE86'

red 204 ◦ green 190 ◦ blue 134

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

Shades of Winter Hazel #CCBE86

Tints of Winter Hazel #CCBE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.38%

R = 38.64%
G = 35.98%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCBE86 (or 0xCCBE86) is known color: Winter Hazel. HEX triplet: CC, BE and 86. RGB value is (204,190,134). Sum of RGB (Red+Green+Blue) = 204+190+134=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE86 is #334179. Grayscale: #BCBCBC. Windows color (decimal): -3359098 or 8830668. OLE color: 8830668.

HSL color Cylindrical-coordinate representation of color #CCBE86: hue angle of 48º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCBE86 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 134 -
CMYK 0 0.07 0.34 0.2
HSL 48º 0.41% 0.66% -
HSV(B) 48º 0.34% 0.8% -
XYZ 47.62 51.39 29.96 -
YUV 187.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 204 190 134 0 0.07 0.34 0.2 48 0.41 0.66
Hex CC BE 86 0 7 22 14 30 29 42
Octal 314 276 206 0 7 42 24 60 51 102
Binary 11001100 10111110 10000110 0 111 100010 10100 110000 101001 1000010

Color Harmonies of #CCBE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE86

Black with #CCBE86

Text Example


Text Example

White with #CCBE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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