Html Css Color HEX #C04B83 Mulberry

📋 copy color: '#C04B83'

red 192 ◦ green 75 ◦ blue 131

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

Shades of Mulberry #C04B83

Tints of Mulberry #C04B83

RGB

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

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

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

R = 48.24%
G = 18.84%
B = 32.91%

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

#C04B83 (or 0xC04B83) is known color: Mulberry. HEX triplet: C0, 4B and 83. RGB value is (192,75,131). Sum of RGB (Red+Green+Blue) = 192+75+131=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B83 is #3FB47C. Grayscale: #747474. Windows color (decimal): -4174973 or 8604608. OLE color: 8604608.

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

Color convert

RGB 192 75 131 -
CMYK 0 0.61 0.32 0.25
HSL 331.28º 0.48% 0.52% -
HSV(B) 331.28º 0.61% 0.75% -
XYZ 28.35 17.88 23.43 -
YUV 116.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 192 75 131 0 0.61 0.32 0.25 331.28 0.48 0.52
Hex C0 4B 83 0 3D 20 19 14B 30 34
Octal 300 113 203 0 75 40 31 513 60 64
Binary 11000000 1001011 10000011 0 111101 100000 11001 101001011 110000 110100

Color Harmonies of #C04B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B83

Black with #C04B83

Text Example


Text Example

White with #C04B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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