Html Css Color HEX #C769A8 Hopbush

📋 copy color: '#C769A8'

red 199 ◦ green 105 ◦ blue 168

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

Shades of Hopbush #C769A8

Tints of Hopbush #C769A8

RGB

 RED value IS 199 (78.13% from 255) = 42.16%

 GREEN value IS 105 (41.41% from 255) = 22.25%

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 42.16%
G = 22.25%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C769A8 (or 0xC769A8) is known color: Hopbush. HEX triplet: C7, 69 and A8. RGB value is (199,105,168). Sum of RGB (Red+Green+Blue) = 199+105+168=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C769A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C769A8 is #389657. Grayscale: #8C8C8C. Windows color (decimal): -3708504 or 11037127. OLE color: 11037127.

HSL color Cylindrical-coordinate representation of color #C769A8: hue angle of 319.79º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C769A8 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 105 168 -
CMYK 0 0.47 0.16 0.22
HSL 319.79º 0.46% 0.6% -
HSV(B) 319.79º 0.47% 0.78% -
XYZ 35.67 25.07 40.01 -
YUV 140.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 199 105 168 0 0.47 0.16 0.22 319.79 0.46 0.6
Hex C7 69 A8 0 2F 10 16 140 2E 3C
Octal 307 151 250 0 57 20 26 500 56 74
Binary 11000111 1101001 10101000 0 101111 10000 10110 101000000 101110 111100

Color Harmonies of #C769A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769A8

Black with #C769A8

Text Example


Text Example

White with #C769A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769A8; }

 p { color: rgb(199,105,168); }

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

background-color css

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

 a { background-color: rgb(199,105,168); }

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

border-color css

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

 span { border-color: rgb(199,105,168); }

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