Html Css Color HEX #CE5080 Cranberry

📋 copy color: '#CE5080'

red 206 ◦ green 80 ◦ blue 128

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

Shades of Cranberry #CE5080

Tints of Cranberry #CE5080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

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

R = 49.76%
G = 19.32%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE5080 (or 0xCE5080) is known color: Cranberry. HEX triplet: CE, 50 and 80. RGB value is (206,80,128). Sum of RGB (Red+Green+Blue) = 206+80+128=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5080 is #31AF7F. Grayscale: #7B7B7B. Windows color (decimal): -3256192 or 8409294. OLE color: 8409294.

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

Color convert

RGB 206 80 128 -
CMYK 0 0.61 0.38 0.19
HSL 337.14º 0.56% 0.56% -
HSV(B) 337.14º 0.61% 0.81% -
XYZ 32.22 20.42 22.66 -
YUV 123.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 206 80 128 0 0.61 0.38 0.19 337.14 0.56 0.56
Hex CE 50 80 0 3D 26 13 151 38 38
Octal 316 120 200 0 75 46 23 521 70 70
Binary 11001110 1010000 10000000 0 111101 100110 10011 101010001 111000 111000

Color Harmonies of #CE5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5080

Black with #CE5080

Text Example


Text Example

White with #CE5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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