Shades of Pink Flare #CDB2B5
Tints of Pink Flare #CDB2B5
RGB
CMYK
RGB Variations
Color information
#CDB2B5 (or 0xCDB2B5) is known color: Pink Flare. HEX triplet: CD, B2 and B5. RGB value is (205,178,181). Sum of RGB (Red+Green+Blue) = 205+178+181=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2B5 is #324D4A. Grayscale: #BABABA. Windows color (decimal): -3296587 or 11907789. OLE color: 11907789.
HSL color Cylindrical-coordinate representation of color #CDB2B5: hue angle of 353.33º 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 #CDB2B5 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 178 | 181 | - |
CMYK | 0 | 0.13 | 0.12 | 0.20 |
HSL | 353.33º | 0.21% | 0.75% | - |
HSV(B) | 353.33º | 0.13% | 0.8% | - |
XYZ | 49.44 | 48.16 | 50.41 | - |
YUV | 186.42 | 124.95 | 141.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 178 | 181 | 0 | 0.13 | 0.12 | 0.20 | 353.33 | 0.21 | 0.75 |
Hex | CD | B2 | B5 | 0 | D | C | 14 | 161 | 15 | 4B |
Octal | 315 | 262 | 265 | 0 | 15 | 14 | 24 | 541 | 25 | 113 |
Binary | 11001101 | 10110010 | 10110101 | 0 | 1101 | 1100 | 10100 | 101100001 | 10101 | 1001011 |
Color Harmonies of #CDB2B5
Complementary color
Monochromatic Colors of #CDB2B5
Black with #CDB2B5
Text Example
Text Example
White with #CDB2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2B5; }
p { color: rgb(205,178,181); }
H1.HeaderClassName
{
color: #CDB2B5;
}
.AnyTagClassName
{
color: #CDB2B5;
}
</style>
background-color css
<style>
a { background-color: #CDB2B5; }
a { background-color: rgb(205,178,181); }
div.DivClassName
{
background-color: #CDB2B5;
}
.BgClassName
{
background-color: #CDB2B5;
}
</style>
border-color css
<style>
span { border-color: #CDB2B5; }
span { border-color: rgb(205,178,181); }
td.TdClassName
{
border-color: #CDB2B5;
}
.TagClassName
{
border-color: #CDB2B5;
}
</style>