#CBC392

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

Shades of Winter Hazel #CBC392

Tints of Winter Hazel #CBC392

Color information

#CBC392 (or 0xCBC392) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 92. RGB value is (203,195,146). Sum of RGB (Red+Green+Blue) = 203+195+146=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC392 is #343C6D. Grayscale: #C0C0C0. Windows color (decimal): -3423342 or 9618379. OLE color: 9618379.

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

Color convert

RGB203195146-
CMYK00.040.280.20
HSL51.58º35.4%68.43%-
HSV(B)51.58º28.08%79.61%-
XYZ49.3353.834.98-
YUV191.81102.15135.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=37.32%
G=35.85%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319514600.040.280.2051.5835.468.43
HexCBC392041C14342344
Octal3133032220434246443104
Binary110010111100001110010010010011100101001101001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC392; }

 p { color: rgb(203,195,146); }

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

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

 a { background-color: rgb(203,195,146); }

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

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

 span { border-color: rgb(203,195,146); }

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