Html Css Color HEX #C06190 Hopbush

📋 copy color: '#C06190'

red 192 ◦ green 97 ◦ blue 144

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

Shades of Hopbush #C06190

Tints of Hopbush #C06190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 44.34%
G = 22.4%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C06190 (or 0xC06190) is known color: Hopbush. HEX triplet: C0, 61 and 90. RGB value is (192,97,144). Sum of RGB (Red+Green+Blue) = 192+97+144=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C06190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06190 is #3F9E6F. Grayscale: #828282. Windows color (decimal): -4169328 or 9462208. OLE color: 9462208.

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

Color convert

RGB 192 97 144 -
CMYK 0 0.49 0.25 0.25
HSL 330.32º 0.43% 0.57% -
HSV(B) 330.32º 0.49% 0.75% -
XYZ 31.05 21.77 28.95 -
YUV 130.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 192 97 144 0 0.49 0.25 0.25 330.32 0.43 0.57
Hex C0 61 90 0 31 19 19 14A 2B 39
Octal 300 141 220 0 61 31 31 512 53 71
Binary 11000000 1100001 10010000 0 110001 11001 11001 101001010 101011 111001

Color Harmonies of #C06190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06190

Black with #C06190

Text Example


Text Example

White with #C06190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06190; }

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

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

background-color css

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

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

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

border-color css

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

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

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