#CCBF74

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

Shades of Winter Hazel #CCBF74

Tints of Winter Hazel #CCBF74

Color information

#CCBF74 (or 0xCCBF74) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 74. RGB value is (204,191,116). Sum of RGB (Red+Green+Blue) = 204+191+116=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF74 is #33408B. Grayscale: #BABABA. Windows color (decimal): -3358860 or 7651276. OLE color: 7651276.

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

Color convert

RGB204191116-
CMYK00.060.430.2
HSL51.14º46.32%62.75%-
HSV(B)51.14º43.14%80%-
XYZ46.6951.3623.98-
YUV186.3488.31140.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 116 (45.70% from 255) = 22.70%
R=39.92%
G=37.38%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419111600.060.430.251.1446.3262.75
HexCCBF74062B14332e3f
Octal314277164065324635677
Binary11001100101111111110100011010101110100110011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF74; }

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

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

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

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

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

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

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

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