#CAABA6

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

Shades of Eunry #CAABA6

Tints of Eunry #CAABA6

Color information

#CAABA6 (or 0xCAABA6) is unknown color: approx Eunry. HEX triplet: CA, AB and A6. RGB value is (202,171,166). Sum of RGB (Red+Green+Blue) = 202+171+166=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABA6 is #355459. Grayscale: #B3B3B3. Windows color (decimal): -3495002 or 10922954. OLE color: 10922954.

HSL color Cylindrical-coordinate representation of color #CAABA6: hue angle of 8.33º degrees, saturation: 0.25, 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 #CAABA6 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB202171166-
CMYK00.150.180.21
HSL8.33º25.35%72.16%-
HSV(B)8.33º17.82%79.22%-
XYZ45.844.4442.24-
YUV179.7120.27143.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 166 (65.23% from 255) = 30.80%
R=37.48%
G=31.73%
B=30.80%

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
Decimal20217116600.150.180.218.3325.3572.16
HexCAABA60F121581948
Octal31225324601722251031110
Binary1100101010101011101001100111110010101011000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABA6; }

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

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

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

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

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

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

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

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