#CBA998

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

Shades of Eunry #CBA998

Tints of Eunry #CBA998

Color information

#CBA998 (or 0xCBA998) is unknown color: approx Eunry. HEX triplet: CB, A9 and 98. RGB value is (203,169,152). Sum of RGB (Red+Green+Blue) = 203+169+152=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA998 is #345667. Grayscale: #B1B1B1. Windows color (decimal): -3429992 or 10004939. OLE color: 10004939.

HSL color Cylindrical-coordinate representation of color #CBA998: hue angle of 20º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA998 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB203169152-
CMYK00.170.250.20
HSL20º32.9%69.61%-
HSV(B)20º25.12%79.61%-
XYZ44.4843.3435.73-
YUV177.23113.76146.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=38.74%
G=32.25%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316915200.170.250.202032.969.61
HexCBA9980111914142146
Octal31325123002131242441106
Binary1100101110101001100110000100011100110100101001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA998; }

 p { color: rgb(203,169,152); }

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

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

 a { background-color: rgb(203,169,152); }

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

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

 span { border-color: rgb(203,169,152); }

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