Html Css Color HEX #C04B7F Mulberry

📋 copy color: '#C04B7F'

red 192 ◦ green 75 ◦ blue 127

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

Shades of Mulberry #C04B7F

Tints of Mulberry #C04B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.04%

 BLUE value IS 127 (50% from 255) = 32.23%

R = 48.73%
G = 19.04%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C04B7F (or 0xC04B7F) is known color: Mulberry. HEX triplet: C0, 4B and 7F. RGB value is (192,75,127). Sum of RGB (Red+Green+Blue) = 192+75+127=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B7F is #3FB480. Grayscale: #737373. Windows color (decimal): -4174977 or 8342464. OLE color: 8342464.

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

Color convert

RGB 192 75 127 -
CMYK 0 0.61 0.34 0.25
HSL 333.33º 0.48% 0.52% -
HSV(B) 333.33º 0.61% 0.75% -
XYZ 28.09 17.77 22.03 -
YUV 115.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 192 75 127 0 0.61 0.34 0.25 333.33 0.48 0.52
Hex C0 4B 7F 0 3D 22 19 14D 30 34
Octal 300 113 177 0 75 42 31 515 60 64
Binary 11000000 1001011 1111111 0 111101 100010 11001 101001101 110000 110100

Color Harmonies of #C04B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B7F

Black with #C04B7F

Text Example


Text Example

White with #C04B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B7F; }

 p { color: rgb(192,75,127); }

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

background-color css

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

 a { background-color: rgb(192,75,127); }

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

border-color css

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

 span { border-color: rgb(192,75,127); }

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