Html Css Color HEX #CCBF73 Winter Hazel

📋 copy color: '#CCBF73'

red 204 ◦ green 191 ◦ blue 115

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

Shades of Winter Hazel #CCBF73

Tints of Winter Hazel #CCBF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 40%
G = 37.45%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCBF73 (or 0xCCBF73) is known color: Winter Hazel. HEX triplet: CC, BF and 73. RGB value is (204,191,115). Sum of RGB (Red+Green+Blue) = 204+191+115=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF73 is #33408C. Grayscale: #BABABA. Windows color (decimal): -3358861 or 7585740. OLE color: 7585740.

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

Color convert

RGB 204 191 115 -
CMYK 0 0.06 0.44 0.2
HSL 51.24º 0.47% 0.63% -
HSV(B) 51.24º 0.44% 0.8% -
XYZ 46.63 51.34 23.67 -
YUV 186.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 204 191 115 0 0.06 0.44 0.2 51.24 0.47 0.63
Hex CC BF 73 0 6 2C 14 33 2F 3F
Octal 314 277 163 0 6 54 24 63 57 77
Binary 11001100 10111111 1110011 0 110 101100 10100 110011 101111 111111

Color Harmonies of #CCBF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF73

Black with #CCBF73

Text Example


Text Example

White with #CCBF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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