#CAABA0

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

Shades of Eunry #CAABA0

Tints of Eunry #CAABA0

Color information

#CAABA0 (or 0xCAABA0) is unknown color: approx Eunry. HEX triplet: CA, AB and A0. RGB value is (202,171,160). Sum of RGB (Red+Green+Blue) = 202+171+160=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABA0 is #35545F. Grayscale: #B3B3B3. Windows color (decimal): -3495008 or 10529738. OLE color: 10529738.

HSL color Cylindrical-coordinate representation of color #CAABA0: hue angle of 15.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAABA0 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202171160-
CMYK00.150.210.21
HSL15.71º28.38%70.98%-
HSV(B)15.71º20.79%79.22%-
XYZ45.2744.2239.41-
YUV179.02117.27144.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=37.90%
G=32.08%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217116000.150.210.2115.7128.3870.98
HexCAABA00F1515101c47
Octal31225324001725252034107
Binary11001010101010111010000001111101011010110000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABA0; }

 p { color: rgb(202,171,160); }

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

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

 a { background-color: rgb(202,171,160); }

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

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

 span { border-color: rgb(202,171,160); }

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