Html Css Color HEX #C06599 Hopbush

📋 copy color: '#C06599'

red 192 ◦ green 101 ◦ blue 153

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

Shades of Hopbush #C06599

Tints of Hopbush #C06599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 43.05%
G = 22.65%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C06599 (or 0xC06599) is known color: Hopbush. HEX triplet: C0, 65 and 99. RGB value is (192,101,153). Sum of RGB (Red+Green+Blue) = 192+101+153=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C06599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06599 is #3F9A66. Grayscale: #868686. Windows color (decimal): -4168295 or 10053056. OLE color: 10053056.

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

Color convert

RGB 192 101 153 -
CMYK 0 0.47 0.20 0.25
HSL 325.71º 0.42% 0.57% -
HSV(B) 325.71º 0.47% 0.75% -
XYZ 32.14 22.81 32.85 -
YUV 134.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 192 101 153 0 0.47 0.20 0.25 325.71 0.42 0.57
Hex C0 65 99 0 2F 14 19 146 2A 39
Octal 300 145 231 0 57 24 31 506 52 71
Binary 11000000 1100101 10011001 0 101111 10100 11001 101000110 101010 111001

Color Harmonies of #C06599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06599

Black with #C06599

Text Example


Text Example

White with #C06599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06599; }

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

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

background-color css

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

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

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

border-color css

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

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

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