Shades of Pink Flare #CDB2B4
Tints of Pink Flare #CDB2B4
RGB
CMYK
RGB Variations
Color information
#CDB2B4 (or 0xCDB2B4) is known color: Pink Flare. HEX triplet: CD, B2 and B4. RGB value is (205,178,180). Sum of RGB (Red+Green+Blue) = 205+178+180=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2B4 is #324D4B. Grayscale: #BABABA. Windows color (decimal): -3296588 or 11842253. OLE color: 11842253.
HSL color Cylindrical-coordinate representation of color #CDB2B4: hue angle of 355.56º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB2B4 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 178 | 180 | - |
CMYK | 0 | 0.13 | 0.12 | 0.20 |
HSL | 355.56º | 0.21% | 0.75% | - |
HSV(B) | 355.56º | 0.13% | 0.8% | - |
XYZ | 49.34 | 48.12 | 49.87 | - |
YUV | 186.3 | 124.45 | 141.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 178 | 180 | 0 | 0.13 | 0.12 | 0.20 | 355.56 | 0.21 | 0.75 |
Hex | CD | B2 | B4 | 0 | D | C | 14 | 164 | 15 | 4B |
Octal | 315 | 262 | 264 | 0 | 15 | 14 | 24 | 544 | 25 | 113 |
Binary | 11001101 | 10110010 | 10110100 | 0 | 1101 | 1100 | 10100 | 101100100 | 10101 | 1001011 |
Color Harmonies of #CDB2B4
Complementary color
Monochromatic Colors of #CDB2B4
Black with #CDB2B4
Text Example
Text Example
White with #CDB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2B4; }
p { color: rgb(205,178,180); }
H1.HeaderClassName
{
color: #CDB2B4;
}
.AnyTagClassName
{
color: #CDB2B4;
}
</style>
background-color css
<style>
a { background-color: #CDB2B4; }
a { background-color: rgb(205,178,180); }
div.DivClassName
{
background-color: #CDB2B4;
}
.BgClassName
{
background-color: #CDB2B4;
}
</style>
border-color css
<style>
span { border-color: #CDB2B4; }
span { border-color: rgb(205,178,180); }
td.TdClassName
{
border-color: #CDB2B4;
}
.TagClassName
{
border-color: #CDB2B4;
}
</style>