Html Css Color HEX #C05C8A Mulberry

📋 copy color: '#C05C8A'

red 192 ◦ green 92 ◦ blue 138

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

Shades of Mulberry #C05C8A

Tints of Mulberry #C05C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 45.5%
G = 21.8%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C05C8A (or 0xC05C8A) is known color: Mulberry. HEX triplet: C0, 5C and 8A. RGB value is (192,92,138). Sum of RGB (Red+Green+Blue) = 192+92+138=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C8A is #3FA375. Grayscale: #7F7F7F. Windows color (decimal): -4170614 or 9067712. OLE color: 9067712.

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

Color convert

RGB 192 92 138 -
CMYK 0 0.52 0.28 0.25
HSL 332.4º 0.44% 0.56% -
HSV(B) 332.4º 0.52% 0.75% -
XYZ 30.15 20.7 26.45 -
YUV 127.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 192 92 138 0 0.52 0.28 0.25 332.4 0.44 0.56
Hex C0 5C 8A 0 34 1C 19 14C 2C 38
Octal 300 134 212 0 64 34 31 514 54 70
Binary 11000000 1011100 10001010 0 110100 11100 11001 101001100 101100 111000

Color Harmonies of #C05C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C8A

Black with #C05C8A

Text Example


Text Example

White with #C05C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C8A; }

 p { color: rgb(192,92,138); }

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

background-color css

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

 a { background-color: rgb(192,92,138); }

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

border-color css

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

 span { border-color: rgb(192,92,138); }

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