Html Css Color HEX #C45388 Mulberry

📋 copy color: '#C45388'

red 196 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #C45388

Tints of Mulberry #C45388

RGB

 RED value IS 196 (76.95% from 255) = 47.23%

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

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 47.23%
G = 20%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C45388 (or 0xC45388) is known color: Mulberry. HEX triplet: C4, 53 and 88. RGB value is (196,83,136). Sum of RGB (Red+Green+Blue) = 196+83+136=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C45388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45388 is #3BAC77. Grayscale: #7A7A7A. Windows color (decimal): -3910776 or 8934340. OLE color: 8934340.

HSL color Cylindrical-coordinate representation of color #C45388: hue angle of 331.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45388 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 136 -
CMYK 0 0.58 0.31 0.23
HSL 331.86º 0.49% 0.55% -
HSV(B) 331.86º 0.58% 0.77% -
XYZ 30.3 19.7 25.5 -
YUV 122.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 196 83 136 0 0.58 0.31 0.23 331.86 0.49 0.55
Hex C4 53 88 0 3A 1F 17 14C 31 37
Octal 304 123 210 0 72 37 27 514 61 67
Binary 11000100 1010011 10001000 0 111010 11111 10111 101001100 110001 110111

Color Harmonies of #C45388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45388

Black with #C45388

Text Example


Text Example

White with #C45388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45388; }

 p { color: rgb(196,83,136); }

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

background-color css

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

 a { background-color: rgb(196,83,136); }

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

border-color css

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

 span { border-color: rgb(196,83,136); }

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