Shades of Pink Flare #CAB2B6
Tints of Pink Flare #CAB2B6
RGB
CMYK
RGB Variations
Color information
#CAB2B6 (or 0xCAB2B6) is known color: Pink Flare. HEX triplet: CA, B2 and B6. RGB value is (202,178,182). Sum of RGB (Red+Green+Blue) = 202+178+182=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2B6 is #354D49. Grayscale: #B9B9B9. Windows color (decimal): -3493194 or 11973322. OLE color: 11973322.
HSL color Cylindrical-coordinate representation of color #CAB2B6: hue angle of 350º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB2B6 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 178 | 182 | - |
CMYK | 0 | 0.12 | 0.10 | 0.21 |
HSL | 350º | 0.18% | 0.75% | - |
HSV(B) | 350º | 0.12% | 0.79% | - |
XYZ | 48.72 | 47.77 | 50.91 | - |
YUV | 185.63 | 125.95 | 139.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 178 | 182 | 0 | 0.12 | 0.10 | 0.21 | 350 | 0.18 | 0.75 |
Hex | CA | B2 | B6 | 0 | C | A | 15 | 15E | 12 | 4B |
Octal | 312 | 262 | 266 | 0 | 14 | 12 | 25 | 536 | 22 | 113 |
Binary | 11001010 | 10110010 | 10110110 | 0 | 1100 | 1010 | 10101 | 101011110 | 10010 | 1001011 |
Color Harmonies of #CAB2B6
Complementary color
Monochromatic Colors of #CAB2B6
Black with #CAB2B6
Text Example
Text Example
White with #CAB2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2B6; }
p { color: rgb(202,178,182); }
H1.HeaderClassName
{
color: #CAB2B6;
}
.AnyTagClassName
{
color: #CAB2B6;
}
</style>
background-color css
<style>
a { background-color: #CAB2B6; }
a { background-color: rgb(202,178,182); }
div.DivClassName
{
background-color: #CAB2B6;
}
.BgClassName
{
background-color: #CAB2B6;
}
</style>
border-color css
<style>
span { border-color: #CAB2B6; }
span { border-color: rgb(202,178,182); }
td.TdClassName
{
border-color: #CAB2B6;
}
.TagClassName
{
border-color: #CAB2B6;
}
</style>