#CBC68F

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

Shades of Winter Hazel #CBC68F

Tints of Winter Hazel #CBC68F

Color information

#CBC68F (or 0xCBC68F) is unknown color: approx Winter Hazel. HEX triplet: CB, C6 and 8F. RGB value is (203,198,143). Sum of RGB (Red+Green+Blue) = 203+198+143=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC68F is #343970. Grayscale: #C1C1C1. Windows color (decimal): -3422577 or 9422539. OLE color: 9422539.

HSL color Cylindrical-coordinate representation of color #CBC68F: hue angle of 55º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBC68F is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203198143-
CMYK00.020.300.20
HSL55º36.59%67.84%-
HSV(B)55º29.56%79.61%-
XYZ49.7855.0733.99-
YUV193.2299.66134.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=37.32%
G=36.40%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319814300.020.300.205536.5967.84
HexCBC68F021E14372544
Octal3133062170236246745104
Binary11001011110001101000111101011110101001101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC68F; }

 p { color: rgb(203,198,143); }

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

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

 a { background-color: rgb(203,198,143); }

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

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

 span { border-color: rgb(203,198,143); }

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