#CAB1B3

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

Shades of Pink Flare #CAB1B3

Tints of Pink Flare #CAB1B3

Color information

#CAB1B3 (or 0xCAB1B3) is unknown color: approx Pink Flare. HEX triplet: CA, B1 and B3. RGB value is (202,177,179). Sum of RGB (Red+Green+Blue) = 202+177+179=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1B3 is #354E4C. Grayscale: #B8B8B8. Windows color (decimal): -3493453 or 11776458. OLE color: 11776458.

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

Color convert

RGB202177179-
CMYK00.120.110.21
HSL355.2º19.08%74.31%-
HSV(B)355.2º12.38%79.22%-
XYZ48.2247.2649.23-
YUV184.7124.78140.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=36.20%
G=31.72%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217717900.120.110.21355.219.0874.31
HexCAB1B30CB15163134a
Octal312261263014132554323112
Binary11001010101100011011001101100101110101101100011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1B3; }

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

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

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

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

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

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

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

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