#CBC083

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

Shades of Winter Hazel #CBC083

Tints of Winter Hazel #CBC083

Color information

#CBC083 (or 0xCBC083) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 83. RGB value is (203,192,131). Sum of RGB (Red+Green+Blue) = 203+192+131=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC083 is #343F7C. Grayscale: #BCBCBC. Windows color (decimal): -3424125 or 8634571. OLE color: 8634571.

HSL color Cylindrical-coordinate representation of color #CBC083: hue angle of 50.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBC083 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB203192131-
CMYK00.050.350.20
HSL50.83º40.91%65.49%-
HSV(B)50.83º35.47%79.61%-
XYZ47.5752.0329.01-
YUV188.3395.64138.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=38.59%
G=36.50%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319213100.050.350.2050.8340.9165.49
HexCBC083052314332941
Octal3133002030543246351101
Binary1100101111000000100000110101100011101001100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC083; }

 p { color: rgb(203,192,131); }

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

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

 a { background-color: rgb(203,192,131); }

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

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

 span { border-color: rgb(203,192,131); }

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