Html Css Color HEX #CCBF83 Winter Hazel

📋 copy color: '#CCBF83'

red 204 ◦ green 191 ◦ blue 131

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

Shades of Winter Hazel #CCBF83

Tints of Winter Hazel #CCBF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.9%

R = 38.78%
G = 36.31%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCBF83 (or 0xCCBF83) is known color: Winter Hazel. HEX triplet: CC, BF and 83. RGB value is (204,191,131). Sum of RGB (Red+Green+Blue) = 204+191+131=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF83 is #33407C. Grayscale: #BCBCBC. Windows color (decimal): -3358845 or 8634316. OLE color: 8634316.

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

Color convert

RGB 204 191 131 -
CMYK 0 0.06 0.36 0.2
HSL 49.32º 0.42% 0.66% -
HSV(B) 49.32º 0.36% 0.8% -
XYZ 47.63 51.74 28.95 -
YUV 188.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 204 191 131 0 0.06 0.36 0.2 49.32 0.42 0.66
Hex CC BF 83 0 6 24 14 31 2A 42
Octal 314 277 203 0 6 44 24 61 52 102
Binary 11001100 10111111 10000011 0 110 100100 10100 110001 101010 1000010

Color Harmonies of #CCBF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF83

Black with #CCBF83

Text Example


Text Example

White with #CCBF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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