Html Css Color HEX #C06591 Hopbush

📋 copy color: '#C06591'

red 192 ◦ green 101 ◦ blue 145

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

Shades of Hopbush #C06591

Tints of Hopbush #C06591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.06%

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

R = 43.84%
G = 23.06%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C06591 (or 0xC06591) is known color: Hopbush. HEX triplet: C0, 65 and 91. RGB value is (192,101,145). Sum of RGB (Red+Green+Blue) = 192+101+145=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06591 is #3F9A6E. Grayscale: #858585. Windows color (decimal): -4168303 or 9528768. OLE color: 9528768.

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

Color convert

RGB 192 101 145 -
CMYK 0 0.47 0.24 0.25
HSL 330.99º 0.42% 0.57% -
HSV(B) 330.99º 0.47% 0.75% -
XYZ 31.5 22.56 29.48 -
YUV 133.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 192 101 145 0 0.47 0.24 0.25 330.99 0.42 0.57
Hex C0 65 91 0 2F 18 19 14B 2A 39
Octal 300 145 221 0 57 30 31 513 52 71
Binary 11000000 1100101 10010001 0 101111 11000 11001 101001011 101010 111001

Color Harmonies of #C06591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06591

Black with #C06591

Text Example


Text Example

White with #C06591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06591; }

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

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

background-color css

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

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

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

border-color css

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

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

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