Html Css Color HEX #CCBF85 Winter Hazel

📋 copy color: '#CCBF85'

red 204 ◦ green 191 ◦ blue 133

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

Shades of Winter Hazel #CCBF85

Tints of Winter Hazel #CCBF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.19%

R = 38.64%
G = 36.17%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCBF85 (or 0xCCBF85) is known color: Winter Hazel. HEX triplet: CC, BF and 85. RGB value is (204,191,133). Sum of RGB (Red+Green+Blue) = 204+191+133=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF85 is #33407A. Grayscale: #BCBCBC. Windows color (decimal): -3358843 or 8765388. OLE color: 8765388.

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

Color convert

RGB 204 191 133 -
CMYK 0 0.06 0.35 0.2
HSL 49.01º 0.41% 0.66% -
HSV(B) 49.01º 0.35% 0.8% -
XYZ 47.77 51.79 29.67 -
YUV 188.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 204 191 133 0 0.06 0.35 0.2 49.01 0.41 0.66
Hex CC BF 85 0 6 23 14 31 29 42
Octal 314 277 205 0 6 43 24 61 51 102
Binary 11001100 10111111 10000101 0 110 100011 10100 110001 101001 1000010

Color Harmonies of #CCBF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF85

Black with #CCBF85

Text Example


Text Example

White with #CCBF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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