Html Css Color HEX #C06194 Hopbush

📋 copy color: '#C06194'

red 192 ◦ green 97 ◦ blue 148

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

Shades of Hopbush #C06194

Tints of Hopbush #C06194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.2%

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 43.94%
G = 22.2%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C06194 (or 0xC06194) is known color: Hopbush. HEX triplet: C0, 61 and 94. RGB value is (192,97,148). Sum of RGB (Red+Green+Blue) = 192+97+148=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C06194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06194 is #3F9E6B. Grayscale: #838383. Windows color (decimal): -4169324 or 9724352. OLE color: 9724352.

HSL color Cylindrical-coordinate representation of color #C06194: hue angle of 327.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06194 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 148 -
CMYK 0 0.49 0.23 0.25
HSL 327.79º 0.43% 0.57% -
HSV(B) 327.79º 0.49% 0.75% -
XYZ 31.36 21.89 30.59 -
YUV 131.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 192 97 148 0 0.49 0.23 0.25 327.79 0.43 0.57
Hex C0 61 94 0 31 17 19 148 2B 39
Octal 300 141 224 0 61 27 31 510 53 71
Binary 11000000 1100001 10010100 0 110001 10111 11001 101001000 101011 111001

Color Harmonies of #C06194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06194

Black with #C06194

Text Example


Text Example

White with #C06194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06194; }

 p { color: rgb(192,97,148); }

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

background-color css

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

 a { background-color: rgb(192,97,148); }

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

border-color css

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

 span { border-color: rgb(192,97,148); }

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