Html Css Color HEX #C45288 Mulberry

📋 copy color: '#C45288'

red 196 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #C45288

Tints of Mulberry #C45288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.81%

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

R = 47.34%
G = 19.81%
B = 32.85%

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

#C45288 (or 0xC45288) is known color: Mulberry. HEX triplet: C4, 52 and 88. RGB value is (196,82,136). Sum of RGB (Red+Green+Blue) = 196+82+136=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C45288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45288 is #3BAD77. Grayscale: #7A7A7A. Windows color (decimal): -3911032 or 8934084. OLE color: 8934084.

HSL color Cylindrical-coordinate representation of color #C45288: hue angle of 331.58º 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 #C45288 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 136 -
CMYK 0 0.58 0.31 0.23
HSL 331.58º 0.49% 0.55% -
HSV(B) 331.58º 0.58% 0.77% -
XYZ 30.23 19.55 25.47 -
YUV 122.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 196 82 136 0 0.58 0.31 0.23 331.58 0.49 0.55
Hex C4 52 88 0 3A 1F 17 14C 31 37
Octal 304 122 210 0 72 37 27 514 61 67
Binary 11000100 1010010 10001000 0 111010 11111 10111 101001100 110001 110111

Color Harmonies of #C45288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45288

Black with #C45288

Text Example


Text Example

White with #C45288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45288; }

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

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

background-color css

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

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

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

border-color css

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

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

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