Shades of Pink Flare #CAAFB2
Tints of Pink Flare #CAAFB2
RGB
CMYK
RGB Variations
Color information
#CAAFB2 (or 0xCAAFB2) is known color: Pink Flare. HEX triplet: CA, AF and B2. RGB value is (202,175,178). Sum of RGB (Red+Green+Blue) = 202+175+178=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAFB2 is #35504D. Grayscale: #B7B7B7. Windows color (decimal): -3493966 or 11710410. OLE color: 11710410.
HSL color Cylindrical-coordinate representation of color #CAAFB2: hue angle of 353.33º 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 #CAAFB2 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 175 | 178 | - |
CMYK | 0 | 0.13 | 0.12 | 0.21 |
HSL | 353.33º | 0.2% | 0.74% | - |
HSV(B) | 353.33º | 0.13% | 0.79% | - |
XYZ | 47.72 | 46.43 | 48.57 | - |
YUV | 183.42 | 124.95 | 141.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 178 | 0 | 0.13 | 0.12 | 0.21 | 353.33 | 0.2 | 0.74 |
Hex | CA | AF | B2 | 0 | D | C | 15 | 161 | 14 | 4A |
Octal | 312 | 257 | 262 | 0 | 15 | 14 | 25 | 541 | 24 | 112 |
Binary | 11001010 | 10101111 | 10110010 | 0 | 1101 | 1100 | 10101 | 101100001 | 10100 | 1001010 |
Color Harmonies of #CAAFB2
Complementary color
Monochromatic Colors of #CAAFB2
Black with #CAAFB2
Text Example
Text Example
White with #CAAFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFB2; }
p { color: rgb(202,175,178); }
H1.HeaderClassName
{
color: #CAAFB2;
}
.AnyTagClassName
{
color: #CAAFB2;
}
</style>
background-color css
<style>
a { background-color: #CAAFB2; }
a { background-color: rgb(202,175,178); }
div.DivClassName
{
background-color: #CAAFB2;
}
.BgClassName
{
background-color: #CAAFB2;
}
</style>
border-color css
<style>
span { border-color: #CAAFB2; }
span { border-color: rgb(202,175,178); }
td.TdClassName
{
border-color: #CAAFB2;
}
.TagClassName
{
border-color: #CAAFB2;
}
</style>