#CBA997

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

Shades of Eunry #CBA997

Tints of Eunry #CBA997

Color information

#CBA997 (or 0xCBA997) is unknown color: approx Eunry. HEX triplet: CB, A9 and 97. RGB value is (203,169,151). Sum of RGB (Red+Green+Blue) = 203+169+151=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA997 is #345668. Grayscale: #B1B1B1. Windows color (decimal): -3429993 or 9939403. OLE color: 9939403.

HSL color Cylindrical-coordinate representation of color #CBA997: hue angle of 20.77º degrees, saturation: 0.33, 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 #CBA997 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203169151-
CMYK00.170.260.20
HSL20.77º33.33%69.41%-
HSV(B)20.77º25.62%79.61%-
XYZ44.443.3135.3-
YUV177.11113.26146.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=38.81%
G=32.31%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316915100.170.260.2020.7733.3369.41
HexCBA9970111A14152145
Octal31325122702132242541105
Binary1100101110101001100101110100011101010100101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA997; }

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

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

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

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

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

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

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

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