Html Css Color HEX #CE5C84 Cranberry

📋 copy color: '#CE5C84'

red 206 ◦ green 92 ◦ blue 132

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

Shades of Cranberry #CE5C84

Tints of Cranberry #CE5C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.4%

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

R = 47.91%
G = 21.4%
B = 30.7%

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

#CE5C84 (or 0xCE5C84) is known color: Cranberry. HEX triplet: CE, 5C and 84. RGB value is (206,92,132). Sum of RGB (Red+Green+Blue) = 206+92+132=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5C84 is #31A37B. Grayscale: #828282. Windows color (decimal): -3253116 or 8674510. OLE color: 8674510.

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

Color convert

RGB 206 92 132 -
CMYK 0 0.55 0.36 0.19
HSL 338.95º 0.54% 0.58% -
HSV(B) 338.95º 0.55% 0.81% -
XYZ 33.45 22.44 24.4 -
YUV 130.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 206 92 132 0 0.55 0.36 0.19 338.95 0.54 0.58
Hex CE 5C 84 0 37 24 13 153 36 3A
Octal 316 134 204 0 67 44 23 523 66 72
Binary 11001110 1011100 10000100 0 110111 100100 10011 101010011 110110 111010

Color Harmonies of #CE5C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C84

Black with #CE5C84

Text Example


Text Example

White with #CE5C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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