Html Css Color HEX #CE5583 Cranberry

📋 copy color: '#CE5583'

red 206 ◦ green 85 ◦ blue 131

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

Shades of Cranberry #CE5583

Tints of Cranberry #CE5583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

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

R = 48.82%
G = 20.14%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE5583 (or 0xCE5583) is known color: Cranberry. HEX triplet: CE, 55 and 83. RGB value is (206,85,131). Sum of RGB (Red+Green+Blue) = 206+85+131=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5583 is #31AA7C. Grayscale: #7E7E7E. Windows color (decimal): -3254909 or 8607182. OLE color: 8607182.

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

Color convert

RGB 206 85 131 -
CMYK 0 0.59 0.36 0.19
HSL 337.19º 0.55% 0.57% -
HSV(B) 337.19º 0.59% 0.81% -
XYZ 32.8 21.26 23.85 -
YUV 126.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 206 85 131 0 0.59 0.36 0.19 337.19 0.55 0.57
Hex CE 55 83 0 3B 24 13 151 37 39
Octal 316 125 203 0 73 44 23 521 67 71
Binary 11001110 1010101 10000011 0 111011 100100 10011 101010001 110111 111001

Color Harmonies of #CE5583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5583

Black with #CE5583

Text Example


Text Example

White with #CE5583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5583; }

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

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

background-color css

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

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

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

border-color css

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

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

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