Html Css Color HEX #C04A83 Mulberry

📋 copy color: '#C04A83'

red 192 ◦ green 74 ◦ blue 131

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

Shades of Mulberry #C04A83

Tints of Mulberry #C04A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

 BLUE value IS 131 (51.56% from 255) = 33%

R = 48.36%
G = 18.64%
B = 33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04A83 (or 0xC04A83) is known color: Mulberry. HEX triplet: C0, 4A and 83. RGB value is (192,74,131). Sum of RGB (Red+Green+Blue) = 192+74+131=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A83 is #3FB57C. Grayscale: #737373. Windows color (decimal): -4175229 or 8604352. OLE color: 8604352.

HSL color Cylindrical-coordinate representation of color #C04A83: hue angle of 331.02º 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 #C04A83 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 131 -
CMYK 0 0.61 0.32 0.25
HSL 331.02º 0.48% 0.52% -
HSV(B) 331.02º 0.61% 0.75% -
XYZ 28.28 17.74 23.41 -
YUV 115.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 192 74 131 0 0.61 0.32 0.25 331.02 0.48 0.52
Hex C0 4A 83 0 3D 20 19 14B 30 34
Octal 300 112 203 0 75 40 31 513 60 64
Binary 11000000 1001010 10000011 0 111101 100000 11001 101001011 110000 110100

Color Harmonies of #C04A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A83

Black with #C04A83

Text Example


Text Example

White with #C04A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A83; }

 p { color: rgb(192,74,131); }

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

background-color css

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

 a { background-color: rgb(192,74,131); }

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

border-color css

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

 span { border-color: rgb(192,74,131); }

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