Shades of Pink Flare #CCB2B6
Tints of Pink Flare #CCB2B6
RGB
CMYK
RGB Variations
Color information
#CCB2B6 (or 0xCCB2B6) is known color: Pink Flare. HEX triplet: CC, B2 and B6. RGB value is (204,178,182). Sum of RGB (Red+Green+Blue) = 204+178+182=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2B6 is #334D49. Grayscale: #BABABA. Windows color (decimal): -3362122 or 11973324. OLE color: 11973324.
HSL color Cylindrical-coordinate representation of color #CCB2B6: hue angle of 350.77º 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 #CCB2B6 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 178 | 182 | - |
CMYK | 0 | 0.13 | 0.11 | 0.2 |
HSL | 350.77º | 0.2% | 0.75% | - |
HSV(B) | 350.77º | 0.13% | 0.8% | - |
XYZ | 49.27 | 48.06 | 50.94 | - |
YUV | 186.23 | 125.61 | 140.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 178 | 182 | 0 | 0.13 | 0.11 | 0.2 | 350.77 | 0.2 | 0.75 |
Hex | CC | B2 | B6 | 0 | D | B | 14 | 15F | 14 | 4B |
Octal | 314 | 262 | 266 | 0 | 15 | 13 | 24 | 537 | 24 | 113 |
Binary | 11001100 | 10110010 | 10110110 | 0 | 1101 | 1011 | 10100 | 101011111 | 10100 | 1001011 |
Color Harmonies of #CCB2B6
Complementary color
Monochromatic Colors of #CCB2B6
Black with #CCB2B6
Text Example
Text Example
White with #CCB2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2B6; }
p { color: rgb(204,178,182); }
H1.HeaderClassName
{
color: #CCB2B6;
}
.AnyTagClassName
{
color: #CCB2B6;
}
</style>
background-color css
<style>
a { background-color: #CCB2B6; }
a { background-color: rgb(204,178,182); }
div.DivClassName
{
background-color: #CCB2B6;
}
.BgClassName
{
background-color: #CCB2B6;
}
</style>
border-color css
<style>
span { border-color: #CCB2B6; }
span { border-color: rgb(204,178,182); }
td.TdClassName
{
border-color: #CCB2B6;
}
.TagClassName
{
border-color: #CCB2B6;
}
</style>