#CAABB1

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

Shades of Pink Flare #CAABB1

Tints of Pink Flare #CAABB1

Color information

#CAABB1 (or 0xCAABB1) is unknown color: approx Pink Flare. HEX triplet: CA, AB and B1. RGB value is (202,171,177). Sum of RGB (Red+Green+Blue) = 202+171+177=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABB1 is #35544E. Grayscale: #B4B4B4. Windows color (decimal): -3494991 or 11643850. OLE color: 11643850.

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

Color convert

RGB202171177-
CMYK00.150.120.21
HSL348.39º22.63%73.14%-
HSV(B)348.39º15.35%79.22%-
XYZ46.8644.8647.78-
YUV180.95125.77143.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=36.73%
G=31.09%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217117700.150.120.21348.3922.6373.14
HexCAABB10FC1515c1749
Octal312253261017142553427111
Binary11001010101010111011000101111110010101101011100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABB1; }

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

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

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

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

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

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

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

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