#CAA6A6

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

Shades of Eunry #CAA6A6

Tints of Eunry #CAA6A6

Color information

#CAA6A6 (or 0xCAA6A6) is unknown color: approx Eunry. HEX triplet: CA, A6 and A6. RGB value is (202,166,166). Sum of RGB (Red+Green+Blue) = 202+166+166=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA6A6 is #355959. Grayscale: #B0B0B0. Windows color (decimal): -3496282 or 10921674. OLE color: 10921674.

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

Color convert

RGB202166166-
CMYK00.180.180.21
HSL25.35%72.16%-
HSV(B)17.82%79.22%-
XYZ44.8842.5841.93-
YUV176.76121.93146-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 166 (65.23% from 255) = 31.09%
R=37.83%
G=31.09%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216616600.180.180.21025.3572.16
HexCAA6A6012121501948
Octal3122462460222225031110
Binary11001010101001101010011001001010010101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6A6; }

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

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

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

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

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

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

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

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