Shades of Pink Flare #CAB1B2
Tints of Pink Flare #CAB1B2
RGB
CMYK
RGB Variations
Color information
#CAB1B2 (or 0xCAB1B2) is known color: 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
| RGB | 202 | 177 | 178 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.21 |
| HSL | 357.6º | 0.19% | 0.74% | - |
| HSV(B) | 357.6º | 0.12% | 0.79% | - |
| XYZ | 48.12 | 47.22 | 48.7 | - |
| YUV | 184.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 178 | 0 | 0.12 | 0.12 | 0.21 | 357.6 | 0.19 | 0.74 |
| Hex | CA | B1 | B2 | 0 | C | C | 15 | 166 | 13 | 4A |
| Octal | 312 | 261 | 262 | 0 | 14 | 14 | 25 | 546 | 23 | 112 |
| Binary | 11001010 | 10110001 | 10110010 | 0 | 1100 | 1100 | 10101 | 101100110 | 10011 | 1001010 |
Color Harmonies of #CAB1B2
Complementary color
Monochromatic Colors of #CAB1B2
Black with #CAB1B2
Text Example
Text Example
White with #CAB1B2
Text Example
Text Example
HTML Codes & Css Web 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>