Shades of Pink Flare #CAAFB4
Tints of Pink Flare #CAAFB4
RGB
CMYK
RGB Variations
Color information
#CAAFB4 (or 0xCAAFB4) is known color: Pink Flare. HEX triplet: CA, AF and B4. RGB value is (202,175,180). Sum of RGB (Red+Green+Blue) = 202+175+180=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFB4 is #35504B. Grayscale: #B7B7B7. Windows color (decimal): -3493964 or 11841482. OLE color: 11841482.
HSL color Cylindrical-coordinate representation of color #CAAFB4: hue angle of 348.89º 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 #CAAFB4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 175 | 180 | - |
CMYK | 0 | 0.13 | 0.11 | 0.21 |
HSL | 348.89º | 0.2% | 0.74% | - |
HSV(B) | 348.89º | 0.13% | 0.79% | - |
XYZ | 47.93 | 46.51 | 49.63 | - |
YUV | 183.64 | 125.95 | 141.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 180 | 0 | 0.13 | 0.11 | 0.21 | 348.89 | 0.2 | 0.74 |
Hex | CA | AF | B4 | 0 | D | B | 15 | 15D | 14 | 4A |
Octal | 312 | 257 | 264 | 0 | 15 | 13 | 25 | 535 | 24 | 112 |
Binary | 11001010 | 10101111 | 10110100 | 0 | 1101 | 1011 | 10101 | 101011101 | 10100 | 1001010 |
Color Harmonies of #CAAFB4
Complementary color
Monochromatic Colors of #CAAFB4
Black with #CAAFB4
Text Example
Text Example
White with #CAAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFB4; }
p { color: rgb(202,175,180); }
H1.HeaderClassName
{
color: #CAAFB4;
}
.AnyTagClassName
{
color: #CAAFB4;
}
</style>
background-color css
<style>
a { background-color: #CAAFB4; }
a { background-color: rgb(202,175,180); }
div.DivClassName
{
background-color: #CAAFB4;
}
.BgClassName
{
background-color: #CAAFB4;
}
</style>
border-color css
<style>
span { border-color: #CAAFB4; }
span { border-color: rgb(202,175,180); }
td.TdClassName
{
border-color: #CAAFB4;
}
.TagClassName
{
border-color: #CAAFB4;
}
</style>