Shades of Granny Apple #CBEACB
Tints of Granny Apple #CBEACB
RGB
CMYK
RGB Variations
Color information
#CBEACB (or 0xCBEACB) is known color: Granny Apple. HEX triplet: CB, EA and CB. RGB value is (203,234,203). Sum of RGB (Red+Green+Blue) = 203+234+203=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEACB is #341534. Grayscale: #DDDDDD. Windows color (decimal): -3413301 or 13363915. OLE color: 13363915.
HSL color Cylindrical-coordinate representation of color #CBEACB: hue angle of 120º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEACB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 203 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.08 |
| HSL | 120º | 0.42% | 0.86% | - |
| HSV(B) | 120º | 0.13% | 0.92% | - |
| XYZ | 64.83 | 75.85 | 67.72 | - |
| YUV | 221.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 203 | 0.13 | 0 | 0.13 | 0.08 | 120 | 0.42 | 0.86 |
| Hex | CB | EA | CB | D | 0 | D | 8 | 78 | 2A | 56 |
| Octal | 313 | 352 | 313 | 15 | 0 | 15 | 10 | 170 | 52 | 126 |
| Binary | 11001011 | 11101010 | 11001011 | 1101 | 0 | 1101 | 1000 | 1111000 | 101010 | 1010110 |
Color Harmonies of #CBEACB
Complementary color
Monochromatic Colors of #CBEACB
Black with #CBEACB
Text Example
Text Example
White with #CBEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEACB; }
p { color: rgb(203,234,203); }
H1.HeaderClassName
{
color: #CBEACB;
}
.AnyTagClassName
{
color: #CBEACB;
}
</style>
background-color css
<style>
a { background-color: #CBEACB; }
a { background-color: rgb(203,234,203); }
div.DivClassName
{
background-color: #CBEACB;
}
.BgClassName
{
background-color: #CBEACB;
}
</style>
border-color css
<style>
span { border-color: #CBEACB; }
span { border-color: rgb(203,234,203); }
td.TdClassName
{
border-color: #CBEACB;
}
.TagClassName
{
border-color: #CBEACB;
}
</style>