#CAA7AA

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

Shades of Careys Pink #CAA7AA

Tints of Careys Pink #CAA7AA

Color information

#CAA7AA (or 0xCAA7AA) is unknown color: approx Careys Pink. HEX triplet: CA, A7 and AA. RGB value is (202,167,170). Sum of RGB (Red+Green+Blue) = 202+167+170=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA7AA is #355855. Grayscale: #B1B1B1. Windows color (decimal): -3496022 or 11184074. OLE color: 11184074.

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

Color convert

RGB202167170-
CMYK00.170.160.21
HSL354.86º24.82%72.35%-
HSV(B)354.86º17.33%79.22%-
XYZ45.4343.143.95-
YUV177.81123.6145.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=37.48%
G=30.98%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216717000.170.160.21354.8624.8272.35
HexCAA7AA01110151631948
Octal312247252021202554331110
Binary1100101010100111101010100100011000010101101100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7AA; }

 p { color: rgb(202,167,170); }

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

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

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

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

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

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

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