Html Css Color HEX #CCBF86 Winter Hazel

📋 copy color: '#CCBF86'

red 204 ◦ green 191 ◦ blue 134

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

Shades of Winter Hazel #CCBF86

Tints of Winter Hazel #CCBF86

RGB

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

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

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

R = 38.56%
G = 36.11%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCBF86 (or 0xCCBF86) is known color: Winter Hazel. HEX triplet: CC, BF and 86. RGB value is (204,191,134). Sum of RGB (Red+Green+Blue) = 204+191+134=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF86 is #334079. Grayscale: #BCBCBC. Windows color (decimal): -3358842 or 8830924. OLE color: 8830924.

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

Color convert

RGB 204 191 134 -
CMYK 0 0.06 0.34 0.2
HSL 48.86º 0.41% 0.66% -
HSV(B) 48.86º 0.34% 0.8% -
XYZ 47.84 51.82 30.04 -
YUV 188.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 204 191 134 0 0.06 0.34 0.2 48.86 0.41 0.66
Hex CC BF 86 0 6 22 14 31 29 42
Octal 314 277 206 0 6 42 24 61 51 102
Binary 11001100 10111111 10000110 0 110 100010 10100 110001 101001 1000010

Color Harmonies of #CCBF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF86

Black with #CCBF86

Text Example


Text Example

White with #CCBF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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