#CAABB0

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

Shades of Pink Flare #CAABB0

Tints of Pink Flare #CAABB0

Color information

#CAABB0 (or 0xCAABB0) is unknown color: approx Pink Flare. HEX triplet: CA, AB and B0. RGB value is (202,171,176). Sum of RGB (Red+Green+Blue) = 202+171+176=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABB0 is #35544F. Grayscale: #B4B4B4. Windows color (decimal): -3494992 or 11578314. OLE color: 11578314.

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

Color convert

RGB202171176-
CMYK00.150.130.21
HSL350.32º22.63%73.14%-
HSV(B)350.32º15.35%79.22%-
XYZ46.7644.8247.26-
YUV180.84125.27143.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=36.79%
G=31.15%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217117600.150.130.21350.3222.6373.14
HexCAABB00FD1515e1749
Octal312253260017152553627111
Binary11001010101010111011000001111110110101101011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABB0; }

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

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

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

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

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

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

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

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