Html Css Color HEX #C04685 Mulberry

📋 copy color: '#C04685'

red 192 ◦ green 70 ◦ blue 133

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

Shades of Mulberry #C04685

Tints of Mulberry #C04685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 48.61%
G = 17.72%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04685 (or 0xC04685) is known color: Mulberry. HEX triplet: C0, 46 and 85. RGB value is (192,70,133). Sum of RGB (Red+Green+Blue) = 192+70+133=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04685 is #3FB97A. Grayscale: #717171. Windows color (decimal): -4176251 or 8734400. OLE color: 8734400.

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

Color convert

RGB 192 70 133 -
CMYK 0 0.64 0.31 0.25
HSL 329.02º 0.49% 0.51% -
HSV(B) 329.02º 0.64% 0.75% -
XYZ 28.16 17.28 24.04 -
YUV 113.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 192 70 133 0 0.64 0.31 0.25 329.02 0.49 0.51
Hex C0 46 85 0 40 1F 19 149 31 33
Octal 300 106 205 0 100 37 31 511 61 63
Binary 11000000 1000110 10000101 0 1000000 11111 11001 101001001 110001 110011

Color Harmonies of #C04685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04685

Black with #C04685

Text Example


Text Example

White with #C04685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04685; }

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

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

background-color css

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

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

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

border-color css

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

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

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