Html Css Color HEX #CE5983 Cranberry

📋 copy color: '#CE5983'

red 206 ◦ green 89 ◦ blue 131

#CE5983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #CE5983

Tints of Cranberry #CE5983

RGB

 RED value IS 206 (80.86% from 255) = 48.36%

 GREEN value IS 89 (35.16% from 255) = 20.89%

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 48.36%
G = 20.89%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE5983 (or 0xCE5983) is known color: Cranberry. HEX triplet: CE, 59 and 83. RGB value is (206,89,131). Sum of RGB (Red+Green+Blue) = 206+89+131=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5983 is #31A67C. Grayscale: #808080. Windows color (decimal): -3253885 or 8608206. OLE color: 8608206.

HSL color Cylindrical-coordinate representation of color #CE5983: hue angle of 338.46º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5983 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 89 131 -
CMYK 0 0.57 0.36 0.19
HSL 338.46º 0.54% 0.58% -
HSV(B) 338.46º 0.57% 0.81% -
XYZ 33.12 21.91 23.96 -
YUV 128.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 206 89 131 0 0.57 0.36 0.19 338.46 0.54 0.58
Hex CE 59 83 0 39 24 13 152 36 3A
Octal 316 131 203 0 71 44 23 522 66 72
Binary 11001110 1011001 10000011 0 111001 100100 10011 101010010 110110 111010

Color Harmonies of #CE5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5983

Black with #CE5983

Text Example


Text Example

White with #CE5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5983; }

 p { color: rgb(206,89,131); }

 H1.HeaderClassName
 {
   color: #CE5983;
 }
 .AnyTagClassName
 {
   color: #CE5983;
 }
</style>

background-color css

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

 a { background-color: rgb(206,89,131); }

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

border-color css

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

 span { border-color: rgb(206,89,131); }

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