#CBC690

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

Shades of Winter Hazel #CBC690

Tints of Winter Hazel #CBC690

Color information

#CBC690 (or 0xCBC690) is unknown color: approx Winter Hazel. HEX triplet: CB, C6 and 90. RGB value is (203,198,144). Sum of RGB (Red+Green+Blue) = 203+198+144=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC690 is #34396F. Grayscale: #C1C1C1. Windows color (decimal): -3422576 or 9488075. OLE color: 9488075.

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

Color convert

RGB203198144-
CMYK00.020.290.20
HSL54.92º36.2%68.04%-
HSV(B)54.92º29.06%79.61%-
XYZ49.8655.134.39-
YUV193.34100.16134.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=37.25%
G=36.33%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319814400.020.290.2054.9236.268.04
HexCBC690021D14372444
Octal3133062200235246744104
Binary11001011110001101001000001011101101001101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC690; }

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

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

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

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

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

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

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

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