Html Css Color HEX #C06193 Hopbush

📋 copy color: '#C06193'

red 192 ◦ green 97 ◦ blue 147

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

Shades of Hopbush #C06193

Tints of Hopbush #C06193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 44.04%
G = 22.25%
B = 33.72%

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

#C06193 (or 0xC06193) is known color: Hopbush. HEX triplet: C0, 61 and 93. RGB value is (192,97,147). Sum of RGB (Red+Green+Blue) = 192+97+147=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C06193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06193 is #3F9E6C. Grayscale: #838383. Windows color (decimal): -4169325 or 9658816. OLE color: 9658816.

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

Color convert

RGB 192 97 147 -
CMYK 0 0.49 0.23 0.25
HSL 328.42º 0.43% 0.57% -
HSV(B) 328.42º 0.49% 0.75% -
XYZ 31.28 21.86 30.18 -
YUV 131.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 192 97 147 0 0.49 0.23 0.25 328.42 0.43 0.57
Hex C0 61 93 0 31 17 19 148 2B 39
Octal 300 141 223 0 61 27 31 510 53 71
Binary 11000000 1100001 10010011 0 110001 10111 11001 101001000 101011 111001

Color Harmonies of #C06193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06193

Black with #C06193

Text Example


Text Example

White with #C06193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06193; }

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

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

background-color css

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

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

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

border-color css

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

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

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