#CBA496

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

Shades of Eunry #CBA496

Tints of Eunry #CBA496

Color information

#CBA496 (or 0xCBA496) is unknown color: approx Eunry. HEX triplet: CB, A4 and 96. RGB value is (203,164,150). Sum of RGB (Red+Green+Blue) = 203+164+150=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA496 is #345B69. Grayscale: #AEAEAE. Windows color (decimal): -3431274 or 9872587. OLE color: 9872587.

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

Color convert

RGB203164150-
CMYK00.190.260.20
HSL15.85º33.76%69.22%-
HSV(B)15.85º26.11%79.61%-
XYZ43.4141.4534.57-
YUV174.06114.42148.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=39.26%
G=31.72%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316415000.190.260.2015.8533.7669.22
HexCBA4960131A14102245
Octal31324422602332242042105
Binary1100101110100100100101100100111101010100100001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA496; }

 p { color: rgb(203,164,150); }

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

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

 a { background-color: rgb(203,164,150); }

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

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

 span { border-color: rgb(203,164,150); }

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