#CAABA5

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

Shades of Eunry #CAABA5

Tints of Eunry #CAABA5

Color information

#CAABA5 (or 0xCAABA5) is unknown color: approx Eunry. HEX triplet: CA, AB and A5. RGB value is (202,171,165). Sum of RGB (Red+Green+Blue) = 202+171+165=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABA5 is #35545A. Grayscale: #B3B3B3. Windows color (decimal): -3495003 or 10857418. OLE color: 10857418.

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

Color convert

RGB202171165-
CMYK00.150.180.21
HSL9.73º25.87%71.96%-
HSV(B)9.73º18.32%79.22%-
XYZ45.7144.441.76-
YUV179.58119.77143.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=37.55%
G=31.78%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217116500.150.180.219.7325.8771.96
HexCAABA50F1215a1a48
Octal31225324501722251232110
Binary1100101010101011101001010111110010101011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABA5; }

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

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

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

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

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

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

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

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