Html Css Color HEX #C0609C Mulberry

📋 copy color: '#C0609C'

red 192 ◦ green 96 ◦ blue 156

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

Shades of Mulberry #C0609C

Tints of Mulberry #C0609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 43.24%
G = 21.62%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0609C (or 0xC0609C) is known color: Mulberry. HEX triplet: C0, 60 and 9C. RGB value is (192,96,156). Sum of RGB (Red+Green+Blue) = 192+96+156=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0609C is #3F9F63. Grayscale: #838383. Windows color (decimal): -4169572 or 10248384. OLE color: 10248384.

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

Color convert

RGB 192 96 156 -
CMYK 0 0.50 0.19 0.25
HSL 322.5º 0.43% 0.56% -
HSV(B) 322.5º 0.5% 0.75% -
XYZ 31.92 21.97 34.01 -
YUV 131.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 192 96 156 0 0.50 0.19 0.25 322.5 0.43 0.56
Hex C0 60 9C 0 32 13 19 142 2B 38
Octal 300 140 234 0 62 23 31 502 53 70
Binary 11000000 1100000 10011100 0 110010 10011 11001 101000010 101011 111000

Color Harmonies of #C0609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0609C

Black with #C0609C

Text Example


Text Example

White with #C0609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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