Html Css Color HEX #CE5780 Cranberry

📋 copy color: '#CE5780'

red 206 ◦ green 87 ◦ blue 128

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

Shades of Cranberry #CE5780

Tints of Cranberry #CE5780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

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

R = 48.93%
G = 20.67%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE5780 (or 0xCE5780) is known color: Cranberry. HEX triplet: CE, 57 and 80. RGB value is (206,87,128). Sum of RGB (Red+Green+Blue) = 206+87+128=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5780 is #31A87F. Grayscale: #7F7F7F. Windows color (decimal): -3254400 or 8411086. OLE color: 8411086.

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

Color convert

RGB 206 87 128 -
CMYK 0 0.58 0.38 0.19
HSL 339.33º 0.55% 0.57% -
HSV(B) 339.33º 0.58% 0.81% -
XYZ 32.76 21.5 22.84 -
YUV 127.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 206 87 128 0 0.58 0.38 0.19 339.33 0.55 0.57
Hex CE 57 80 0 3A 26 13 153 37 39
Octal 316 127 200 0 72 46 23 523 67 71
Binary 11001110 1010111 10000000 0 111010 100110 10011 101010011 110111 111001

Color Harmonies of #CE5780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5780

Black with #CE5780

Text Example


Text Example

White with #CE5780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5780; }

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

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

background-color css

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

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

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

border-color css

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

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

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