Html Css Color HEX #CE5578 Cranberry

📋 copy color: '#CE5578'

red 206 ◦ green 85 ◦ blue 120

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

Shades of Cranberry #CE5578

Tints of Cranberry #CE5578

RGB

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

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

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

R = 50.12%
G = 20.68%
B = 29.2%

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

#CE5578 (or 0xCE5578) is known color: Cranberry. HEX triplet: CE, 55 and 78. RGB value is (206,85,120). Sum of RGB (Red+Green+Blue) = 206+85+120=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5578 is #31AA87. Grayscale: #7D7D7D. Windows color (decimal): -3254920 or 7886286. OLE color: 7886286.

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

Color convert

RGB 206 85 120 -
CMYK 0 0.59 0.42 0.19
HSL 342.64º 0.55% 0.57% -
HSV(B) 342.64º 0.59% 0.81% -
XYZ 32.09 20.97 20.13 -
YUV 125.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 206 85 120 0 0.59 0.42 0.19 342.64 0.55 0.57
Hex CE 55 78 0 3B 2A 13 157 37 39
Octal 316 125 170 0 73 52 23 527 67 71
Binary 11001110 1010101 1111000 0 111011 101010 10011 101010111 110111 111001

Color Harmonies of #CE5578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5578

Black with #CE5578

Text Example


Text Example

White with #CE5578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5578; }

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

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

background-color css

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

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

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

border-color css

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

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

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