Html Css Color HEX #C6769F Hopbush

📋 copy color: '#C6769F'

red 198 ◦ green 118 ◦ blue 159

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

Shades of Hopbush #C6769F

Tints of Hopbush #C6769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.84%

 BLUE value IS 159 (62.5% from 255) = 33.47%

R = 41.68%
G = 24.84%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6769F (or 0xC6769F) is known color: Hopbush. HEX triplet: C6, 76 and 9F. RGB value is (198,118,159). Sum of RGB (Red+Green+Blue) = 198+118+159=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6769F is #398960. Grayscale: #929292. Windows color (decimal): -3770721 or 10450630. OLE color: 10450630.

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

Color convert

RGB 198 118 159 -
CMYK 0 0.40 0.20 0.22
HSL 329.25º 0.41% 0.62% -
HSV(B) 329.25º 0.4% 0.78% -
XYZ 36.03 27.47 36.2 -
YUV 146.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 198 118 159 0 0.40 0.20 0.22 329.25 0.41 0.62
Hex C6 76 9F 0 28 14 16 149 29 3E
Octal 306 166 237 0 50 24 26 511 51 76
Binary 11000110 1110110 10011111 0 101000 10100 10110 101001001 101001 111110

Color Harmonies of #C6769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6769F

Black with #C6769F

Text Example


Text Example

White with #C6769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6769F; }

 p { color: rgb(198,118,159); }

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

background-color css

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

 a { background-color: rgb(198,118,159); }

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

border-color css

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

 span { border-color: rgb(198,118,159); }

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