Html Css Color HEX #C05B8D Mulberry

📋 copy color: '#C05B8D'

red 192 ◦ green 91 ◦ blue 141

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

Shades of Mulberry #C05B8D

Tints of Mulberry #C05B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.46%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 45.28%
G = 21.46%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C05B8D (or 0xC05B8D) is known color: Mulberry. HEX triplet: C0, 5B and 8D. RGB value is (192,91,141). Sum of RGB (Red+Green+Blue) = 192+91+141=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B8D is #3FA472. Grayscale: #7E7E7E. Windows color (decimal): -4170867 or 9264064. OLE color: 9264064.

HSL color Cylindrical-coordinate representation of color #C05B8D: hue angle of 330.3º degrees, saturation: 0.44, 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 #C05B8D is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 91 141 -
CMYK 0 0.53 0.27 0.25
HSL 330.3º 0.44% 0.55% -
HSV(B) 330.3º 0.53% 0.75% -
XYZ 30.29 20.61 27.58 -
YUV 126.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 192 91 141 0 0.53 0.27 0.25 330.3 0.44 0.55
Hex C0 5B 8D 0 35 1B 19 14A 2C 37
Octal 300 133 215 0 65 33 31 512 54 67
Binary 11000000 1011011 10001101 0 110101 11011 11001 101001010 101100 110111

Color Harmonies of #C05B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B8D

Black with #C05B8D

Text Example


Text Example

White with #C05B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B8D; }

 p { color: rgb(192,91,141); }

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

background-color css

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

 a { background-color: rgb(192,91,141); }

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

border-color css

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

 span { border-color: rgb(192,91,141); }

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