Shades of Pink Flare #CCB2B3
Tints of Pink Flare #CCB2B3
RGB
CMYK
RGB Variations
Color information
#CCB2B3 (or 0xCCB2B3) is known color: Pink Flare. HEX triplet: CC, B2 and B3. RGB value is (204,178,179). Sum of RGB (Red+Green+Blue) = 204+178+179=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2B3 is #334D4C. Grayscale: #B9B9B9. Windows color (decimal): -3362125 or 11776716. OLE color: 11776716.
HSL color Cylindrical-coordinate representation of color #CCB2B3: hue angle of 357.69º 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 #CCB2B3 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 179 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.2 |
| HSL | 357.69º | 0.2% | 0.75% | - |
| HSV(B) | 357.69º | 0.13% | 0.8% | - |
| XYZ | 48.96 | 47.93 | 49.32 | - |
| YUV | 185.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 179 | 0 | 0.13 | 0.12 | 0.2 | 357.69 | 0.2 | 0.75 |
| Hex | CC | B2 | B3 | 0 | D | C | 14 | 166 | 14 | 4B |
| Octal | 314 | 262 | 263 | 0 | 15 | 14 | 24 | 546 | 24 | 113 |
| Binary | 11001100 | 10110010 | 10110011 | 0 | 1101 | 1100 | 10100 | 101100110 | 10100 | 1001011 |
Color Harmonies of #CCB2B3
Complementary color
Monochromatic Colors of #CCB2B3
Black with #CCB2B3
Text Example
Text Example
White with #CCB2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2B3; }
p { color: rgb(204,178,179); }
H1.HeaderClassName
{
color: #CCB2B3;
}
.AnyTagClassName
{
color: #CCB2B3;
}
</style>
background-color css
<style>
a { background-color: #CCB2B3; }
a { background-color: rgb(204,178,179); }
div.DivClassName
{
background-color: #CCB2B3;
}
.BgClassName
{
background-color: #CCB2B3;
}
</style>
border-color css
<style>
span { border-color: #CCB2B3; }
span { border-color: rgb(204,178,179); }
td.TdClassName
{
border-color: #CCB2B3;
}
.TagClassName
{
border-color: #CCB2B3;
}
</style>