#CBC583

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

Shades of Winter Hazel #CBC583

Tints of Winter Hazel #CBC583

Color information

#CBC583 (or 0xCBC583) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 83. RGB value is (203,197,131). Sum of RGB (Red+Green+Blue) = 203+197+131=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC583 is #343A7C. Grayscale: #BFBFBF. Windows color (decimal): -3422845 or 8635851. OLE color: 8635851.

HSL color Cylindrical-coordinate representation of color #CBC583: hue angle of 55º 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 #CBC583 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB203197131-
CMYK00.030.350.20
HSL55º40.91%65.49%-
HSV(B)55º35.47%79.61%-
XYZ48.6954.2729.38-
YUV191.2793.99136.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=38.23%
G=37.10%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319713100.030.350.205540.9165.49
HexCBC583032314372941
Octal3133052030343246751101
Binary110010111100010110000011011100011101001101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC583; }

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

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

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

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

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

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

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

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