Html Css Color HEX #CE5E80 Cranberry

📋 copy color: '#CE5E80'

red 206 ◦ green 94 ◦ blue 128

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

Shades of Cranberry #CE5E80

Tints of Cranberry #CE5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

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

R = 48.13%
G = 21.96%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE5E80 (or 0xCE5E80) is known color: Cranberry. HEX triplet: CE, 5E and 80. RGB value is (206,94,128). Sum of RGB (Red+Green+Blue) = 206+94+128=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E80 is #31A17F. Grayscale: #838383. Windows color (decimal): -3252608 or 8412878. OLE color: 8412878.

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

Color convert

RGB 206 94 128 -
CMYK 0 0.54 0.38 0.19
HSL 341.79º 0.53% 0.59% -
HSV(B) 341.79º 0.54% 0.81% -
XYZ 33.35 22.69 23.04 -
YUV 131.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 206 94 128 0 0.54 0.38 0.19 341.79 0.53 0.59
Hex CE 5E 80 0 36 26 13 156 35 3B
Octal 316 136 200 0 66 46 23 526 65 73
Binary 11001110 1011110 10000000 0 110110 100110 10011 101010110 110101 111011

Color Harmonies of #CE5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E80

Black with #CE5E80

Text Example


Text Example

White with #CE5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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