#CBC093

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

Shades of Winter Hazel #CBC093

Tints of Winter Hazel #CBC093

Color information

#CBC093 (or 0xCBC093) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 93. RGB value is (203,192,147). Sum of RGB (Red+Green+Blue) = 203+192+147=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC093 is #343F6C. Grayscale: #BEBEBE. Windows color (decimal): -3424109 or 9683147. OLE color: 9683147.

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

Color convert

RGB203192147-
CMYK00.050.280.20
HSL48.21º35%68.63%-
HSV(B)48.21º27.59%79.61%-
XYZ48.7452.535.17-
YUV190.16103.64137.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=37.45%
G=35.42%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319214700.050.280.2048.213568.63
HexCBC093051C14302345
Octal3133002230534246043105
Binary110010111100000010010011010111100101001100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC093; }

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

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

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

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

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

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

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

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