Html Css Color HEX #CE5580 Cranberry

📋 copy color: '#CE5580'

red 206 ◦ green 85 ◦ blue 128

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

Shades of Cranberry #CE5580

Tints of Cranberry #CE5580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 49.16%
G = 20.29%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE5580 (or 0xCE5580) is known color: Cranberry. HEX triplet: CE, 55 and 80. RGB value is (206,85,128). Sum of RGB (Red+Green+Blue) = 206+85+128=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5580 is #31AA7F. Grayscale: #7E7E7E. Windows color (decimal): -3254912 or 8410574. OLE color: 8410574.

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

Color convert

RGB 206 85 128 -
CMYK 0 0.59 0.38 0.19
HSL 338.68º 0.55% 0.57% -
HSV(B) 338.68º 0.59% 0.81% -
XYZ 32.6 21.18 22.79 -
YUV 126.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 206 85 128 0 0.59 0.38 0.19 338.68 0.55 0.57
Hex CE 55 80 0 3B 26 13 153 37 39
Octal 316 125 200 0 73 46 23 523 67 71
Binary 11001110 1010101 10000000 0 111011 100110 10011 101010011 110111 111001

Color Harmonies of #CE5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5580

Black with #CE5580

Text Example


Text Example

White with #CE5580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5580; }

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

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

background-color css

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

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

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

border-color css

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

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

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