Shades of Pear #CCF646
Tints of Pear #CCF646
RGB
CMYK
RGB Variations
Color information
#CCF646 (or 0xCCF646) is known color: Pear. HEX triplet: CC, F6 and 46. RGB value is (204,246,70). Sum of RGB (Red+Green+Blue) = 204+246+70=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF646 is #3309B9. Grayscale: #D6D6D6. Windows color (decimal): -3344826 or 4650700. OLE color: 4650700.
HSL color Cylindrical-coordinate representation of color #CCF646: hue angle of 74.32º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCF646 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 70 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.04 |
| HSL | 74.32º | 0.91% | 0.62% | - |
| HSV(B) | 74.32º | 0.72% | 0.96% | - |
| XYZ | 58.96 | 79.19 | 17.97 | - |
| YUV | 213.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 70 | 0.17 | 0 | 0.72 | 0.04 | 74.32 | 0.91 | 0.62 |
| Hex | CC | F6 | 46 | 11 | 0 | 48 | 4 | 4A | 5B | 3E |
| Octal | 314 | 366 | 106 | 21 | 0 | 110 | 4 | 112 | 133 | 76 |
| Binary | 11001100 | 11110110 | 1000110 | 10001 | 0 | 1001000 | 100 | 1001010 | 1011011 | 111110 |
Color Harmonies of #CCF646
Complementary color
Monochromatic Colors of #CCF646
Black with #CCF646
Text Example
Text Example
White with #CCF646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF646; }
p { color: rgb(204,246,70); }
H1.HeaderClassName
{
color: #CCF646;
}
.AnyTagClassName
{
color: #CCF646;
}
</style>
background-color css
<style>
a { background-color: #CCF646; }
a { background-color: rgb(204,246,70); }
div.DivClassName
{
background-color: #CCF646;
}
.BgClassName
{
background-color: #CCF646;
}
</style>
border-color css
<style>
span { border-color: #CCF646; }
span { border-color: rgb(204,246,70); }
td.TdClassName
{
border-color: #CCF646;
}
.TagClassName
{
border-color: #CCF646;
}
</style>