#CBA697

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

Shades of Eunry #CBA697

Tints of Eunry #CBA697

Color information

#CBA697 (or 0xCBA697) is unknown color: approx Eunry. HEX triplet: CB, A6 and 97. RGB value is (203,166,151). Sum of RGB (Red+Green+Blue) = 203+166+151=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA697 is #345968. Grayscale: #AFAFAF. Windows color (decimal): -3430761 or 9938635. OLE color: 9938635.

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

Color convert

RGB203166151-
CMYK00.180.260.20
HSL17.31º33.33%69.41%-
HSV(B)17.31º25.62%79.61%-
XYZ43.8542.235.11-
YUV175.35114.26147.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=39.04%
G=31.92%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316615100.180.260.2017.3133.3369.41
HexCBA6970121A14112145
Octal31324622702232242141105
Binary1100101110100110100101110100101101010100100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA697; }

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

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

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

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

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

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

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

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