#CE607F

Color #CE607F Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #CE607F

Tints of Cranberry #CE607F

Color information

#CE607F (or 0xCE607F) is unknown color: approx Cranberry. HEX triplet: CE, 60 and 7F. RGB value is (206,96,127). Sum of RGB (Red+Green+Blue) = 206+96+127=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE607F is #319F80. Grayscale: #848484. Windows color (decimal): -3252097 or 8347854. OLE color: 8347854.

HSL color Cylindrical-coordinate representation of color #CE607F: hue angle of 343.09º 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 #CE607F is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB20696127-
CMYK00.530.380.19
HSL343.09º52.88%59.22%-
HSV(B)343.09º53.4%80.78%-
XYZ33.4723.0222.76-
YUV132.42124.94180.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 127 (50% from 255) = 29.60%
R=48.02%
G=22.38%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069612700.530.380.19343.0952.8859.22
HexCE607F0352613157353b
Octal31614017706546235276573
Binary1100111011000001111111011010110011010011101010111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE607F; }

 p { color: rgb(206,96,127); }

 H1.HeaderClassName
 {
   color: #CE607F;
 }
 .AnyTagClassName
 {
   color: #CE607F;
 }
</style>
background-color css

<style>
 a { background-color: #CE607F; }

 a { background-color: rgb(206,96,127); }

 div.DivClassName
 {
   background-color: #CE607F;
 }
 .BgClassName
 {
   background-color: #CE607F;
 }
</style>
border-color css

<style>
 span { border-color: #CE607F; }

 span { border-color: rgb(206,96,127); }

 td.TdClassName
 {
   border-color: #CE607F;
 }
 .TagClassName
 {
   border-color: #CE607F;
 }
</style>