Shades of Cranberry #CE607E
Tints of Cranberry #CE607E
RGB
CMYK
RGB Variations
Color information
#CE607E (or 0xCE607E) is known color: Cranberry. HEX triplet: CE, 60 and 7E. RGB value is (206,96,126). Sum of RGB (Red+Green+Blue) = 206+96+126=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE607E is #319F81. Grayscale: #848484. Windows color (decimal): -3252098 or 8282318. OLE color: 8282318.
HSL color Cylindrical-coordinate representation of color #CE607E: hue angle of 343.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE607E is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 126 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.19 |
| HSL | 343.64º | 0.53% | 0.59% | - |
| HSV(B) | 343.64º | 0.53% | 0.81% | - |
| XYZ | 33.4 | 22.99 | 22.42 | - |
| YUV | 132.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 126 | 0 | 0.53 | 0.39 | 0.19 | 343.64 | 0.53 | 0.59 |
| Hex | CE | 60 | 7E | 0 | 35 | 27 | 13 | 158 | 35 | 3B |
| Octal | 316 | 140 | 176 | 0 | 65 | 47 | 23 | 530 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1111110 | 0 | 110101 | 100111 | 10011 | 101011000 | 110101 | 111011 |
Color Harmonies of #CE607E
Complementary color
Monochromatic Colors of #CE607E
Black with #CE607E
Text Example
Text Example
White with #CE607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE607E; }
p { color: rgb(206,96,126); }
H1.HeaderClassName
{
color: #CE607E;
}
.AnyTagClassName
{
color: #CE607E;
}
</style>
background-color css
<style>
a { background-color: #CE607E; }
a { background-color: rgb(206,96,126); }
div.DivClassName
{
background-color: #CE607E;
}
.BgClassName
{
background-color: #CE607E;
}
</style>
border-color css
<style>
span { border-color: #CE607E; }
span { border-color: rgb(206,96,126); }
td.TdClassName
{
border-color: #CE607E;
}
.TagClassName
{
border-color: #CE607E;
}
</style>