Html Css Color HEX #C06191 Hopbush

📋 copy color: '#C06191'

red 192 ◦ green 97 ◦ blue 145

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

Shades of Hopbush #C06191

Tints of Hopbush #C06191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 44.24%
G = 22.35%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C06191 (or 0xC06191) is known color: Hopbush. HEX triplet: C0, 61 and 91. RGB value is (192,97,145). Sum of RGB (Red+Green+Blue) = 192+97+145=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C06191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06191 is #3F9E6E. Grayscale: #828282. Windows color (decimal): -4169327 or 9527744. OLE color: 9527744.

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

Color convert

RGB 192 97 145 -
CMYK 0 0.49 0.24 0.25
HSL 329.68º 0.43% 0.57% -
HSV(B) 329.68º 0.49% 0.75% -
XYZ 31.12 21.8 29.36 -
YUV 130.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 192 97 145 0 0.49 0.24 0.25 329.68 0.43 0.57
Hex C0 61 91 0 31 18 19 14A 2B 39
Octal 300 141 221 0 61 30 31 512 53 71
Binary 11000000 1100001 10010001 0 110001 11000 11001 101001010 101011 111001

Color Harmonies of #C06191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06191

Black with #C06191

Text Example


Text Example

White with #C06191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06191; }

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

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

background-color css

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

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

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

border-color css

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

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

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