Html Css Color HEX #C04683 Mulberry

📋 copy color: '#C04683'

red 192 ◦ green 70 ◦ blue 131

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

Shades of Mulberry #C04683

Tints of Mulberry #C04683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.81%

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

R = 48.85%
G = 17.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04683 (or 0xC04683) is known color: Mulberry. HEX triplet: C0, 46 and 83. RGB value is (192,70,131). Sum of RGB (Red+Green+Blue) = 192+70+131=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C04683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04683 is #3FB97C. Grayscale: #717171. Windows color (decimal): -4176253 or 8603328. OLE color: 8603328.

HSL color Cylindrical-coordinate representation of color #C04683: hue angle of 330º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04683 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 131 -
CMYK 0 0.64 0.32 0.25
HSL 330º 0.49% 0.51% -
HSV(B) 330º 0.64% 0.75% -
XYZ 28.03 17.23 23.32 -
YUV 113.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 192 70 131 0 0.64 0.32 0.25 330 0.49 0.51
Hex C0 46 83 0 40 20 19 14A 31 33
Octal 300 106 203 0 100 40 31 512 61 63
Binary 11000000 1000110 10000011 0 1000000 100000 11001 101001010 110001 110011

Color Harmonies of #C04683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04683

Black with #C04683

Text Example


Text Example

White with #C04683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04683; }

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

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

background-color css

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

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

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

border-color css

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

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

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