Shades of Pink Flare #CABDBF
Tints of Pink Flare #CABDBF
RGB
CMYK
RGB Variations
Color information
#CABDBF (or 0xCABDBF) is known color: Pink Flare. HEX triplet: CA, BD and BF. RGB value is (202,189,191). Sum of RGB (Red+Green+Blue) = 202+189+191=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDBF is #354240. Grayscale: #C1C1C1. Windows color (decimal): -3490369 or 12565962. OLE color: 12565962.
HSL color Cylindrical-coordinate representation of color #CABDBF: hue angle of 350.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABDBF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 191 | - |
CMYK | 0 | 0.06 | 0.05 | 0.21 |
HSL | 350.77º | 0.11% | 0.77% | - |
HSV(B) | 350.77º | 0.06% | 0.79% | - |
XYZ | 51.96 | 52.71 | 56.73 | - |
YUV | 193.12 | 126.81 | 134.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 191 | 0 | 0.06 | 0.05 | 0.21 | 350.77 | 0.11 | 0.77 |
Hex | CA | BD | BF | 0 | 6 | 5 | 15 | 15F | B | 4D |
Octal | 312 | 275 | 277 | 0 | 6 | 5 | 25 | 537 | 13 | 115 |
Binary | 11001010 | 10111101 | 10111111 | 0 | 110 | 101 | 10101 | 101011111 | 1011 | 1001101 |
Color Harmonies of #CABDBF
Complementary color
Monochromatic Colors of #CABDBF
Black with #CABDBF
Text Example
Text Example
White with #CABDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDBF; }
p { color: rgb(202,189,191); }
H1.HeaderClassName
{
color: #CABDBF;
}
.AnyTagClassName
{
color: #CABDBF;
}
</style>
background-color css
<style>
a { background-color: #CABDBF; }
a { background-color: rgb(202,189,191); }
div.DivClassName
{
background-color: #CABDBF;
}
.BgClassName
{
background-color: #CABDBF;
}
</style>
border-color css
<style>
span { border-color: #CABDBF; }
span { border-color: rgb(202,189,191); }
td.TdClassName
{
border-color: #CABDBF;
}
.TagClassName
{
border-color: #CABDBF;
}
</style>