Shades of Pink Flare #CAAFB1
Tints of Pink Flare #CAAFB1
RGB
CMYK
RGB Variations
Color information
#CAAFB1 (or 0xCAAFB1) is known color: Pink Flare. HEX triplet: CA, AF and B1. RGB value is (202,175,177). Sum of RGB (Red+Green+Blue) = 202+175+177=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAFB1 is #35504E. Grayscale: #B7B7B7. Windows color (decimal): -3493967 or 11644874. OLE color: 11644874.
HSL color Cylindrical-coordinate representation of color #CAAFB1: hue angle of 355.56º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFB1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 175 | 177 | - |
CMYK | 0 | 0.13 | 0.12 | 0.21 |
HSL | 355.56º | 0.2% | 0.74% | - |
HSV(B) | 355.56º | 0.13% | 0.79% | - |
XYZ | 47.62 | 46.39 | 48.04 | - |
YUV | 183.3 | 124.45 | 141.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 177 | 0 | 0.13 | 0.12 | 0.21 | 355.56 | 0.2 | 0.74 |
Hex | CA | AF | B1 | 0 | D | C | 15 | 164 | 14 | 4A |
Octal | 312 | 257 | 261 | 0 | 15 | 14 | 25 | 544 | 24 | 112 |
Binary | 11001010 | 10101111 | 10110001 | 0 | 1101 | 1100 | 10101 | 101100100 | 10100 | 1001010 |
Color Harmonies of #CAAFB1
Complementary color
Monochromatic Colors of #CAAFB1
Black with #CAAFB1
Text Example
Text Example
White with #CAAFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFB1; }
p { color: rgb(202,175,177); }
H1.HeaderClassName
{
color: #CAAFB1;
}
.AnyTagClassName
{
color: #CAAFB1;
}
</style>
background-color css
<style>
a { background-color: #CAAFB1; }
a { background-color: rgb(202,175,177); }
div.DivClassName
{
background-color: #CAAFB1;
}
.BgClassName
{
background-color: #CAAFB1;
}
</style>
border-color css
<style>
span { border-color: #CAAFB1; }
span { border-color: rgb(202,175,177); }
td.TdClassName
{
border-color: #CAAFB1;
}
.TagClassName
{
border-color: #CAAFB1;
}
</style>