Html Css Color HEX #CE5D84 Cranberry

📋 copy color: '#CE5D84'

red 206 ◦ green 93 ◦ blue 132

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

Shades of Cranberry #CE5D84

Tints of Cranberry #CE5D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

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

R = 47.8%
G = 21.58%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE5D84 (or 0xCE5D84) is known color: Cranberry. HEX triplet: CE, 5D and 84. RGB value is (206,93,132). Sum of RGB (Red+Green+Blue) = 206+93+132=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D84 is #31A27B. Grayscale: #838383. Windows color (decimal): -3252860 or 8674766. OLE color: 8674766.

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

Color convert

RGB 206 93 132 -
CMYK 0 0.55 0.36 0.19
HSL 339.29º 0.54% 0.59% -
HSV(B) 339.29º 0.55% 0.81% -
XYZ 33.53 22.62 24.43 -
YUV 131.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 206 93 132 0 0.55 0.36 0.19 339.29 0.54 0.59
Hex CE 5D 84 0 37 24 13 153 36 3B
Octal 316 135 204 0 67 44 23 523 66 73
Binary 11001110 1011101 10000100 0 110111 100100 10011 101010011 110110 111011

Color Harmonies of #CE5D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D84

Black with #CE5D84

Text Example


Text Example

White with #CE5D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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