Html Css Color HEX #C0609E Mulberry

📋 copy color: '#C0609E'

red 192 ◦ green 96 ◦ blue 158

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

Shades of Mulberry #C0609E

Tints of Mulberry #C0609E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 43.05%
G = 21.52%
B = 35.43%

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

#C0609E (or 0xC0609E) is known color: Mulberry. HEX triplet: C0, 60 and 9E. RGB value is (192,96,158). Sum of RGB (Red+Green+Blue) = 192+96+158=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0609E is #3F9F61. Grayscale: #838383. Windows color (decimal): -4169570 or 10379456. OLE color: 10379456.

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

Color convert

RGB 192 96 158 -
CMYK 0 0.50 0.18 0.25
HSL 321.25º 0.43% 0.56% -
HSV(B) 321.25º 0.5% 0.75% -
XYZ 32.09 22.04 34.91 -
YUV 131.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 192 96 158 0 0.50 0.18 0.25 321.25 0.43 0.56
Hex C0 60 9E 0 32 12 19 141 2B 38
Octal 300 140 236 0 62 22 31 501 53 70
Binary 11000000 1100000 10011110 0 110010 10010 11001 101000001 101011 111000

Color Harmonies of #C0609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0609E

Black with #C0609E

Text Example


Text Example

White with #C0609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0609E; }

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

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

background-color css

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

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

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

border-color css

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

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

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