Html Css Color HEX #C05488 Mulberry

📋 copy color: '#C05488'

red 192 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #C05488

Tints of Mulberry #C05488

RGB

 RED value IS 192 (75.39% from 255) = 46.6%

 GREEN value IS 84 (33.2% from 255) = 20.39%

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

R = 46.6%
G = 20.39%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C05488 (or 0xC05488) is known color: Mulberry. HEX triplet: C0, 54 and 88. RGB value is (192,84,136). Sum of RGB (Red+Green+Blue) = 192+84+136=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C05488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05488 is #3FAB77. Grayscale: #7A7A7A. Windows color (decimal): -4172664 or 8934592. OLE color: 8934592.

HSL color Cylindrical-coordinate representation of color #C05488: hue angle of 331.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05488 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 84 136 -
CMYK 0 0.56 0.29 0.25
HSL 331.11º 0.46% 0.54% -
HSV(B) 331.11º 0.56% 0.75% -
XYZ 29.35 19.32 25.48 -
YUV 122.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 192 84 136 0 0.56 0.29 0.25 331.11 0.46 0.54
Hex C0 54 88 0 38 1D 19 14B 2E 36
Octal 300 124 210 0 70 35 31 513 56 66
Binary 11000000 1010100 10001000 0 111000 11101 11001 101001011 101110 110110

Color Harmonies of #C05488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05488

Black with #C05488

Text Example


Text Example

White with #C05488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05488; }

 p { color: rgb(192,84,136); }

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

background-color css

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

 a { background-color: rgb(192,84,136); }

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

border-color css

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

 span { border-color: rgb(192,84,136); }

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