Shades of Pink Flare #CAACB5
Tints of Pink Flare #CAACB5
RGB
CMYK
RGB Variations
Color information
#CAACB5 (or 0xCAACB5) is known color: Pink Flare. HEX triplet: CA, AC and B5. RGB value is (202,172,181). Sum of RGB (Red+Green+Blue) = 202+172+181=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB5 is #35534A. Grayscale: #B5B5B5. Windows color (decimal): -3494731 or 11906250. OLE color: 11906250.
HSL color Cylindrical-coordinate representation of color #CAACB5: hue angle of 342º degrees, saturation: 0.22, 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 #CAACB5 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 172 | 181 | - |
CMYK | 0 | 0.15 | 0.10 | 0.21 |
HSL | 342º | 0.22% | 0.73% | - |
HSV(B) | 342º | 0.15% | 0.79% | - |
XYZ | 47.45 | 45.4 | 49.98 | - |
YUV | 182 | 127.44 | 142.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 172 | 181 | 0 | 0.15 | 0.10 | 0.21 | 342 | 0.22 | 0.73 |
Hex | CA | AC | B5 | 0 | F | A | 15 | 156 | 16 | 49 |
Octal | 312 | 254 | 265 | 0 | 17 | 12 | 25 | 526 | 26 | 111 |
Binary | 11001010 | 10101100 | 10110101 | 0 | 1111 | 1010 | 10101 | 101010110 | 10110 | 1001001 |
Color Harmonies of #CAACB5
Complementary color
Monochromatic Colors of #CAACB5
Black with #CAACB5
Text Example
Text Example
White with #CAACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACB5; }
p { color: rgb(202,172,181); }
H1.HeaderClassName
{
color: #CAACB5;
}
.AnyTagClassName
{
color: #CAACB5;
}
</style>
background-color css
<style>
a { background-color: #CAACB5; }
a { background-color: rgb(202,172,181); }
div.DivClassName
{
background-color: #CAACB5;
}
.BgClassName
{
background-color: #CAACB5;
}
</style>
border-color css
<style>
span { border-color: #CAACB5; }
span { border-color: rgb(202,172,181); }
td.TdClassName
{
border-color: #CAACB5;
}
.TagClassName
{
border-color: #CAACB5;
}
</style>