Html Css Color HEX #CE5385 Mulberry

📋 copy color: '#CE5385'

red 206 ◦ green 83 ◦ blue 133

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

Shades of Mulberry #CE5385

Tints of Mulberry #CE5385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 48.82%
G = 19.67%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE5385 (or 0xCE5385) is known color: Mulberry. HEX triplet: CE, 53 and 85. RGB value is (206,83,133). Sum of RGB (Red+Green+Blue) = 206+83+133=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5385 is #31AC7A. Grayscale: #7D7D7D. Windows color (decimal): -3255419 or 8737742. OLE color: 8737742.

HSL color Cylindrical-coordinate representation of color #CE5385: hue angle of 335.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5385 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 133 -
CMYK 0 0.60 0.35 0.19
HSL 335.61º 0.56% 0.57% -
HSV(B) 335.61º 0.6% 0.81% -
XYZ 32.78 21 24.52 -
YUV 125.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 206 83 133 0 0.60 0.35 0.19 335.61 0.56 0.57
Hex CE 53 85 0 3C 23 13 150 38 39
Octal 316 123 205 0 74 43 23 520 70 71
Binary 11001110 1010011 10000101 0 111100 100011 10011 101010000 111000 111001

Color Harmonies of #CE5385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5385

Black with #CE5385

Text Example


Text Example

White with #CE5385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5385; }

 p { color: rgb(206,83,133); }

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

background-color css

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

 a { background-color: rgb(206,83,133); }

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

border-color css

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

 span { border-color: rgb(206,83,133); }

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