Shades of Pink Flare #CCC2C3
Tints of Pink Flare #CCC2C3
RGB
CMYK
RGB Variations
Color information
#CCC2C3 (or 0xCCC2C3) is known color: Pink Flare. HEX triplet: CC, C2 and C3. RGB value is (204,194,195). Sum of RGB (Red+Green+Blue) = 204+194+195=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2C3 is #333D3C. Grayscale: #C5C5C5. Windows color (decimal): -3358013 or 12829388. OLE color: 12829388.
HSL color Cylindrical-coordinate representation of color #CCC2C3: hue angle of 354º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC2C3 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 195 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.2 |
| HSL | 354º | 0.09% | 0.78% | - |
| HSV(B) | 354º | 0.05% | 0.8% | - |
| XYZ | 54.04 | 55.36 | 59.47 | - |
| YUV | 197.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 195 | 0 | 0.05 | 0.04 | 0.2 | 354 | 0.09 | 0.78 |
| Hex | CC | C2 | C3 | 0 | 5 | 4 | 14 | 162 | 9 | 4E |
| Octal | 314 | 302 | 303 | 0 | 5 | 4 | 24 | 542 | 11 | 116 |
| Binary | 11001100 | 11000010 | 11000011 | 0 | 101 | 100 | 10100 | 101100010 | 1001 | 1001110 |
Color Harmonies of #CCC2C3
Complementary color
Monochromatic Colors of #CCC2C3
Black with #CCC2C3
Text Example
Text Example
White with #CCC2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2C3; }
p { color: rgb(204,194,195); }
H1.HeaderClassName
{
color: #CCC2C3;
}
.AnyTagClassName
{
color: #CCC2C3;
}
</style>
background-color css
<style>
a { background-color: #CCC2C3; }
a { background-color: rgb(204,194,195); }
div.DivClassName
{
background-color: #CCC2C3;
}
.BgClassName
{
background-color: #CCC2C3;
}
</style>
border-color css
<style>
span { border-color: #CCC2C3; }
span { border-color: rgb(204,194,195); }
td.TdClassName
{
border-color: #CCC2C3;
}
.TagClassName
{
border-color: #CCC2C3;
}
</style>