#CCBF72

Color #CCBF72 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CCBF72

Tints of Winter Hazel #CCBF72

Color information

#CCBF72 (or 0xCCBF72) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 72. RGB value is (204,191,114). Sum of RGB (Red+Green+Blue) = 204+191+114=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF72 is #33408D. Grayscale: #BABABA. Windows color (decimal): -3358862 or 7520204. OLE color: 7520204.

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

Color convert

RGB204191114-
CMYK00.060.440.2
HSL51.33º46.88%62.35%-
HSV(B)51.33º44.12%80%-
XYZ46.5751.3123.37-
YUV186.1187.31140.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=40.08%
G=37.52%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419111400.060.440.251.3346.8862.35
HexCCBF72062C14332f3e
Octal314277162065424635776
Binary11001100101111111110010011010110010100110011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF72; }

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

 H1.HeaderClassName
 {
   color: #CCBF72;
 }
 .AnyTagClassName
 {
   color: #CCBF72;
 }
</style>
background-color css

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

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

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

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

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

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