#CE6082

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

Shades of Cranberry #CE6082

Tints of Cranberry #CE6082

Color information

#CE6082 (or 0xCE6082) is unknown color: approx Cranberry. HEX triplet: CE, 60 and 82. RGB value is (206,96,130). Sum of RGB (Red+Green+Blue) = 206+96+130=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6082 is #319F7D. Grayscale: #848484. Windows color (decimal): -3252094 or 8544462. OLE color: 8544462.

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

Color convert

RGB20696130-
CMYK00.530.370.19
HSL341.45º52.88%59.22%-
HSV(B)341.45º53.4%80.78%-
XYZ33.6723.123.8-
YUV132.77126.44180.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.69%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=47.69%
G=22.22%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069613000.530.370.19341.4552.8859.22
HexCE60820352513155353b
Octal31614020206545235256573
Binary11001110110000010000010011010110010110011101010101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6082; }

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

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

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

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

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

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

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

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