Html Css Color HEX #C6759D Hopbush

📋 copy color: '#C6759D'

red 198 ◦ green 117 ◦ blue 157

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

Shades of Hopbush #C6759D

Tints of Hopbush #C6759D

RGB

 RED value IS 198 (77.73% from 255) = 41.95%

 GREEN value IS 117 (46.09% from 255) = 24.79%

 BLUE value IS 157 (61.72% from 255) = 33.26%

R = 41.95%
G = 24.79%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6759D (or 0xC6759D) is known color: Hopbush. HEX triplet: C6, 75 and 9D. RGB value is (198,117,157). Sum of RGB (Red+Green+Blue) = 198+117+157=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6759D is #398A62. Grayscale: #919191. Windows color (decimal): -3770979 or 10319302. OLE color: 10319302.

HSL color Cylindrical-coordinate representation of color #C6759D: hue angle of 330.37º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6759D is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 117 157 -
CMYK 0 0.41 0.21 0.22
HSL 330.37º 0.42% 0.62% -
HSV(B) 330.37º 0.41% 0.78% -
XYZ 35.74 27.16 35.26 -
YUV 145.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 198 117 157 0 0.41 0.21 0.22 330.37 0.42 0.62
Hex C6 75 9D 0 29 15 16 14A 2A 3E
Octal 306 165 235 0 51 25 26 512 52 76
Binary 11000110 1110101 10011101 0 101001 10101 10110 101001010 101010 111110

Color Harmonies of #C6759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6759D

Black with #C6759D

Text Example


Text Example

White with #C6759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6759D; }

 p { color: rgb(198,117,157); }

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

background-color css

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

 a { background-color: rgb(198,117,157); }

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

border-color css

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

 span { border-color: rgb(198,117,157); }

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