Html Css Color HEX #CE4296 Mulberry

📋 copy color: '#CE4296'

red 206 ◦ green 66 ◦ blue 150

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

Shades of Mulberry #CE4296

Tints of Mulberry #CE4296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.64%

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 48.82%
G = 15.64%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE4296 (or 0xCE4296) is known color: Mulberry. HEX triplet: CE, 42 and 96. RGB value is (206,66,150). Sum of RGB (Red+Green+Blue) = 206+66+150=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4296 is #31BD69. Grayscale: #757575. Windows color (decimal): -3259754 or 9847502. OLE color: 9847502.

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

Color convert

RGB 206 66 150 -
CMYK 0 0.68 0.27 0.19
HSL 324º 0.59% 0.53% -
HSV(B) 324º 0.68% 0.81% -
XYZ 32.91 19.22 30.83 -
YUV 117.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 206 66 150 0 0.68 0.27 0.19 324 0.59 0.53
Hex CE 42 96 0 44 1B 13 144 3B 35
Octal 316 102 226 0 104 33 23 504 73 65
Binary 11001110 1000010 10010110 0 1000100 11011 10011 101000100 111011 110101

Color Harmonies of #CE4296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4296

Black with #CE4296

Text Example


Text Example

White with #CE4296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4296; }

 p { color: rgb(206,66,150); }

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

background-color css

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

 a { background-color: rgb(206,66,150); }

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

border-color css

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

 span { border-color: rgb(206,66,150); }

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