Html Css Color HEX #CE5478 Cranberry

📋 copy color: '#CE5478'

red 206 ◦ green 84 ◦ blue 120

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

Shades of Cranberry #CE5478

Tints of Cranberry #CE5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.49%

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 50.24%
G = 20.49%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE5478 (or 0xCE5478) is known color: Cranberry. HEX triplet: CE, 54 and 78. RGB value is (206,84,120). Sum of RGB (Red+Green+Blue) = 206+84+120=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5478 is #31AB87. Grayscale: #7C7C7C. Windows color (decimal): -3255176 or 7886030. OLE color: 7886030.

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

Color convert

RGB 206 84 120 -
CMYK 0 0.59 0.42 0.19
HSL 342.3º 0.55% 0.57% -
HSV(B) 342.3º 0.59% 0.81% -
XYZ 32.01 20.82 20.1 -
YUV 124.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 206 84 120 0 0.59 0.42 0.19 342.3 0.55 0.57
Hex CE 54 78 0 3B 2A 13 156 37 39
Octal 316 124 170 0 73 52 23 526 67 71
Binary 11001110 1010100 1111000 0 111011 101010 10011 101010110 110111 111001

Color Harmonies of #CE5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5478

Black with #CE5478

Text Example


Text Example

White with #CE5478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5478; }

 p { color: rgb(206,84,120); }

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

background-color css

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

 a { background-color: rgb(206,84,120); }

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

border-color css

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

 span { border-color: rgb(206,84,120); }

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