#CAB1B2

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

Shades of Pink Flare #CAB1B2

Tints of Pink Flare #CAB1B2

Color information

#CAB1B2 (or 0xCAB1B2) is unknown color: approx Pink Flare. HEX triplet: CA, B1 and B2. RGB value is (202,177,178). Sum of RGB (Red+Green+Blue) = 202+177+178=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1B2 is #354E4D. Grayscale: #B8B8B8. Windows color (decimal): -3493454 or 11710922. OLE color: 11710922.

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

Color convert

RGB202177178-
CMYK00.120.120.21
HSL357.6º19.08%74.31%-
HSV(B)357.6º12.38%79.22%-
XYZ48.1247.2248.7-
YUV184.59124.28140.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=36.27%
G=31.78%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217717800.120.120.21357.619.0874.31
HexCAB1B20CC15166134a
Octal312261262014142554623112
Binary11001010101100011011001001100110010101101100110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1B2; }

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

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

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

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

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

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

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

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