Html Css Color HEX #C0609F Mulberry

📋 copy color: '#C0609F'

red 192 ◦ green 96 ◦ blue 159

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

Shades of Mulberry #C0609F

Tints of Mulberry #C0609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 42.95%
G = 21.48%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0609F (or 0xC0609F) is known color: Mulberry. HEX triplet: C0, 60 and 9F. RGB value is (192,96,159). Sum of RGB (Red+Green+Blue) = 192+96+159=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0609F is #3F9F60. Grayscale: #838383. Windows color (decimal): -4169569 or 10444992. OLE color: 10444992.

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

Color convert

RGB 192 96 159 -
CMYK 0 0.50 0.17 0.25
HSL 320.63º 0.43% 0.56% -
HSV(B) 320.63º 0.5% 0.75% -
XYZ 32.18 22.08 35.37 -
YUV 131.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 192 96 159 0 0.50 0.17 0.25 320.63 0.43 0.56
Hex C0 60 9F 0 32 11 19 141 2B 38
Octal 300 140 237 0 62 21 31 501 53 70
Binary 11000000 1100000 10011111 0 110010 10001 11001 101000001 101011 111000

Color Harmonies of #C0609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0609F

Black with #C0609F

Text Example


Text Example

White with #C0609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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