Html Css Color HEX #C0609D Mulberry

📋 copy color: '#C0609D'

red 192 ◦ green 96 ◦ blue 157

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

Shades of Mulberry #C0609D

Tints of Mulberry #C0609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.57%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 43.15%
G = 21.57%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0609D (or 0xC0609D) is known color: Mulberry. HEX triplet: C0, 60 and 9D. RGB value is (192,96,157). Sum of RGB (Red+Green+Blue) = 192+96+157=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0609D is #3F9F62. Grayscale: #838383. Windows color (decimal): -4169571 or 10313920. OLE color: 10313920.

HSL color Cylindrical-coordinate representation of color #C0609D: hue angle of 321.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0609D is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 157 -
CMYK 0 0.50 0.18 0.25
HSL 321.88º 0.43% 0.56% -
HSV(B) 321.88º 0.5% 0.75% -
XYZ 32.01 22.01 34.46 -
YUV 131.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 192 96 157 0 0.50 0.18 0.25 321.88 0.43 0.56
Hex C0 60 9D 0 32 12 19 142 2B 38
Octal 300 140 235 0 62 22 31 502 53 70
Binary 11000000 1100000 10011101 0 110010 10010 11001 101000010 101011 111000

Color Harmonies of #C0609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0609D

Black with #C0609D

Text Example


Text Example

White with #C0609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0609D; }

 p { color: rgb(192,96,157); }

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

background-color css

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

 a { background-color: rgb(192,96,157); }

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

border-color css

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

 span { border-color: rgb(192,96,157); }

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