Shades of Pink Flare #CCB2B4
Tints of Pink Flare #CCB2B4
RGB
CMYK
RGB Variations
Color information
#CCB2B4 (or 0xCCB2B4) is known color: Pink Flare. HEX triplet: CC, B2 and B4. RGB value is (204,178,180). Sum of RGB (Red+Green+Blue) = 204+178+180=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2B4 is #334D4B. Grayscale: #BABABA. Windows color (decimal): -3362124 or 11842252. OLE color: 11842252.
HSL color Cylindrical-coordinate representation of color #CCB2B4: hue angle of 355.38º degrees, saturation: 0.2, 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 #CCB2B4 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 180 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.2 |
| HSL | 355.38º | 0.2% | 0.75% | - |
| HSV(B) | 355.38º | 0.13% | 0.8% | - |
| XYZ | 49.06 | 47.97 | 49.85 | - |
| YUV | 186 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 180 | 0 | 0.13 | 0.12 | 0.2 | 355.38 | 0.2 | 0.75 |
| Hex | CC | B2 | B4 | 0 | D | C | 14 | 163 | 14 | 4B |
| Octal | 314 | 262 | 264 | 0 | 15 | 14 | 24 | 543 | 24 | 113 |
| Binary | 11001100 | 10110010 | 10110100 | 0 | 1101 | 1100 | 10100 | 101100011 | 10100 | 1001011 |
Color Harmonies of #CCB2B4
Complementary color
Monochromatic Colors of #CCB2B4
Black with #CCB2B4
Text Example
Text Example
White with #CCB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2B4; }
p { color: rgb(204,178,180); }
H1.HeaderClassName
{
color: #CCB2B4;
}
.AnyTagClassName
{
color: #CCB2B4;
}
</style>
background-color css
<style>
a { background-color: #CCB2B4; }
a { background-color: rgb(204,178,180); }
div.DivClassName
{
background-color: #CCB2B4;
}
.BgClassName
{
background-color: #CCB2B4;
}
</style>
border-color css
<style>
span { border-color: #CCB2B4; }
span { border-color: rgb(204,178,180); }
td.TdClassName
{
border-color: #CCB2B4;
}
.TagClassName
{
border-color: #CCB2B4;
}
</style>