Shades of Pink Flare #CCB1B2
Tints of Pink Flare #CCB1B2
RGB
CMYK
RGB Variations
Color information
#CCB1B2 (or 0xCCB1B2) is known color: Pink Flare. HEX triplet: CC, B1 and B2. RGB value is (204,177,178). Sum of RGB (Red+Green+Blue) = 204+177+178=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB1B2 is #334E4D. Grayscale: #B9B9B9. Windows color (decimal): -3362382 or 11710924. OLE color: 11710924.
HSL color Cylindrical-coordinate representation of color #CCB1B2: hue angle of 357.78º 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 #CCB1B2 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 178 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.2 |
| HSL | 357.78º | 0.21% | 0.75% | - |
| HSV(B) | 357.78º | 0.13% | 0.8% | - |
| XYZ | 48.66 | 47.5 | 48.72 | - |
| YUV | 185.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 178 | 0 | 0.13 | 0.13 | 0.2 | 357.78 | 0.21 | 0.75 |
| Hex | CC | B1 | B2 | 0 | D | D | 14 | 166 | 15 | 4B |
| Octal | 314 | 261 | 262 | 0 | 15 | 15 | 24 | 546 | 25 | 113 |
| Binary | 11001100 | 10110001 | 10110010 | 0 | 1101 | 1101 | 10100 | 101100110 | 10101 | 1001011 |
Color Harmonies of #CCB1B2
Complementary color
Monochromatic Colors of #CCB1B2
Black with #CCB1B2
Text Example
Text Example
White with #CCB1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1B2; }
p { color: rgb(204,177,178); }
H1.HeaderClassName
{
color: #CCB1B2;
}
.AnyTagClassName
{
color: #CCB1B2;
}
</style>
background-color css
<style>
a { background-color: #CCB1B2; }
a { background-color: rgb(204,177,178); }
div.DivClassName
{
background-color: #CCB1B2;
}
.BgClassName
{
background-color: #CCB1B2;
}
</style>
border-color css
<style>
span { border-color: #CCB1B2; }
span { border-color: rgb(204,177,178); }
td.TdClassName
{
border-color: #CCB1B2;
}
.TagClassName
{
border-color: #CCB1B2;
}
</style>