Html Css Color HEX #C05A8B Mulberry

📋 copy color: '#C05A8B'

red 192 ◦ green 90 ◦ blue 139

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

Shades of Mulberry #C05A8B

Tints of Mulberry #C05A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 45.61%
G = 21.38%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C05A8B (or 0xC05A8B) is known color: Mulberry. HEX triplet: C0, 5A and 8B. RGB value is (192,90,139). Sum of RGB (Red+Green+Blue) = 192+90+139=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A8B is #3FA574. Grayscale: #7D7D7D. Windows color (decimal): -4171125 or 9132736. OLE color: 9132736.

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

Color convert

RGB 192 90 139 -
CMYK 0 0.53 0.28 0.25
HSL 331.18º 0.45% 0.55% -
HSV(B) 331.18º 0.53% 0.75% -
XYZ 30.05 20.38 26.78 -
YUV 126.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 192 90 139 0 0.53 0.28 0.25 331.18 0.45 0.55
Hex C0 5A 8B 0 35 1C 19 14B 2D 37
Octal 300 132 213 0 65 34 31 513 55 67
Binary 11000000 1011010 10001011 0 110101 11100 11001 101001011 101101 110111

Color Harmonies of #C05A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A8B

Black with #C05A8B

Text Example


Text Example

White with #C05A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A8B; }

 p { color: rgb(192,90,139); }

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

background-color css

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

 a { background-color: rgb(192,90,139); }

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

border-color css

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

 span { border-color: rgb(192,90,139); }

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