Html Css Color HEX #C04695 Mulberry

📋 copy color: '#C04695'

red 192 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #C04695

Tints of Mulberry #C04695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 46.72%
G = 17.03%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C04695 (or 0xC04695) is known color: Mulberry. HEX triplet: C0, 46 and 95. RGB value is (192,70,149). Sum of RGB (Red+Green+Blue) = 192+70+149=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C04695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04695 is #3FB96A. Grayscale: #737373. Windows color (decimal): -4176235 or 9782976. OLE color: 9782976.

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

Color convert

RGB 192 70 149 -
CMYK 0 0.64 0.22 0.25
HSL 321.15º 0.49% 0.51% -
HSV(B) 321.15º 0.64% 0.75% -
XYZ 29.35 17.76 30.31 -
YUV 115.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 192 70 149 0 0.64 0.22 0.25 321.15 0.49 0.51
Hex C0 46 95 0 40 16 19 141 31 33
Octal 300 106 225 0 100 26 31 501 61 63
Binary 11000000 1000110 10010101 0 1000000 10110 11001 101000001 110001 110011

Color Harmonies of #C04695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04695

Black with #C04695

Text Example


Text Example

White with #C04695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04695; }

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

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

background-color css

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

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

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

border-color css

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

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

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