#CAABA4

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

Shades of Eunry #CAABA4

Tints of Eunry #CAABA4

Color information

#CAABA4 (or 0xCAABA4) is unknown color: approx Eunry. HEX triplet: CA, AB and A4. RGB value is (202,171,164). Sum of RGB (Red+Green+Blue) = 202+171+164=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABA4 is #35545B. Grayscale: #B3B3B3. Windows color (decimal): -3495004 or 10791882. OLE color: 10791882.

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

Color convert

RGB202171164-
CMYK00.150.190.21
HSL11.05º26.39%71.76%-
HSV(B)11.05º18.81%79.22%-
XYZ45.6244.3641.28-
YUV179.47119.27144.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=37.62%
G=31.84%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217116400.150.190.2111.0526.3971.76
HexCAABA40F1315b1a48
Octal31225324401723251332110
Binary1100101010101011101001000111110011101011011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABA4; }

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

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

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

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

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

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

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

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