Html Css Color HEX #C0609A Mulberry

📋 copy color: '#C0609A'

red 192 ◦ green 96 ◦ blue 154

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

Shades of Mulberry #C0609A

Tints of Mulberry #C0609A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.84%

R = 43.44%
G = 21.72%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0609A (or 0xC0609A) is known color: Mulberry. HEX triplet: C0, 60 and 9A. RGB value is (192,96,154). Sum of RGB (Red+Green+Blue) = 192+96+154=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0609A is #3F9F65. Grayscale: #838383. Windows color (decimal): -4169574 or 10117312. OLE color: 10117312.

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

Color convert

RGB 192 96 154 -
CMYK 0 0.50 0.20 0.25
HSL 323.75º 0.43% 0.56% -
HSV(B) 323.75º 0.5% 0.75% -
XYZ 31.75 21.91 33.13 -
YUV 131.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 192 96 154 0 0.50 0.20 0.25 323.75 0.43 0.56
Hex C0 60 9A 0 32 14 19 144 2B 38
Octal 300 140 232 0 62 24 31 504 53 70
Binary 11000000 1100000 10011010 0 110010 10100 11001 101000100 101011 111000

Color Harmonies of #C0609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0609A

Black with #C0609A

Text Example


Text Example

White with #C0609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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