Html Css Color HEX #CE5584 Cranberry

📋 copy color: '#CE5584'

red 206 ◦ green 85 ◦ blue 132

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

Shades of Cranberry #CE5584

Tints of Cranberry #CE5584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 48.7%
G = 20.09%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE5584 (or 0xCE5584) is known color: Cranberry. HEX triplet: CE, 55 and 84. RGB value is (206,85,132). Sum of RGB (Red+Green+Blue) = 206+85+132=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5584 is #31AA7B. Grayscale: #7E7E7E. Windows color (decimal): -3254908 or 8672718. OLE color: 8672718.

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

Color convert

RGB 206 85 132 -
CMYK 0 0.59 0.36 0.19
HSL 336.69º 0.55% 0.57% -
HSV(B) 336.69º 0.59% 0.81% -
XYZ 32.87 21.28 24.21 -
YUV 126.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 206 85 132 0 0.59 0.36 0.19 336.69 0.55 0.57
Hex CE 55 84 0 3B 24 13 151 37 39
Octal 316 125 204 0 73 44 23 521 67 71
Binary 11001110 1010101 10000100 0 111011 100100 10011 101010001 110111 111001

Color Harmonies of #CE5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5584

Black with #CE5584

Text Example


Text Example

White with #CE5584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5584; }

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

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

background-color css

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

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

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

border-color css

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

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

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