#CBBF75

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

Shades of Winter Hazel #CBBF75

Tints of Winter Hazel #CBBF75

Color information

#CBBF75 (or 0xCBBF75) is unknown color: approx Winter Hazel. HEX triplet: CB, BF and 75. RGB value is (203,191,117). Sum of RGB (Red+Green+Blue) = 203+191+117=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBF75 is #34408A. Grayscale: #BABABA. Windows color (decimal): -3424395 or 7716811. OLE color: 7716811.

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

Color convert

RGB203191117-
CMYK00.060.420.20
HSL51.63º45.26%62.75%-
HSV(B)51.63º42.36%79.61%-
XYZ46.4751.2424.27-
YUV186.1588.98140.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=39.73%
G=37.38%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319111700.060.420.2051.6345.2662.75
HexCBBF75062A14342d3f
Octal313277165065224645577
Binary11001011101111111110101011010101010100110100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF75; }

 p { color: rgb(203,191,117); }

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

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

 a { background-color: rgb(203,191,117); }

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

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

 span { border-color: rgb(203,191,117); }

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