#CAAAB1

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

Shades of Pink Flare #CAAAB1

Tints of Pink Flare #CAAAB1

Color information

#CAAAB1 (or 0xCAAAB1) is unknown color: approx Pink Flare. HEX triplet: CA, AA and B1. RGB value is (202,170,177). Sum of RGB (Red+Green+Blue) = 202+170+177=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAB1 is #35554E. Grayscale: #B4B4B4. Windows color (decimal): -3495247 or 11643594. OLE color: 11643594.

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

Color convert

RGB202170177-
CMYK00.160.120.21
HSL346.88º23.19%72.94%-
HSV(B)346.88º15.84%79.22%-
XYZ46.6744.4847.72-
YUV180.37126.1143.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 177 (69.53% from 255) = 32.24%
R=36.79%
G=30.97%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217017700.160.120.21346.8823.1972.94
HexCAAAB1010C1515b1749
Octal312252261020142553327111
Binary110010101010101010110001010000110010101101011011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAB1; }

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

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

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

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

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

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

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

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