Html Css Color HEX #C764A6 Hopbush

📋 copy color: '#C764A6'

red 199 ◦ green 100 ◦ blue 166

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

Shades of Hopbush #C764A6

Tints of Hopbush #C764A6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.51%

 BLUE value IS 166 (65.23% from 255) = 35.7%

R = 42.8%
G = 21.51%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C764A6 (or 0xC764A6) is known color: Hopbush. HEX triplet: C7, 64 and A6. RGB value is (199,100,166). Sum of RGB (Red+Green+Blue) = 199+100+166=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C764A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764A6 is #389B59. Grayscale: #888888. Windows color (decimal): -3709786 or 10904775. OLE color: 10904775.

HSL color Cylindrical-coordinate representation of color #C764A6: hue angle of 320º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C764A6 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 100 166 -
CMYK 0 0.50 0.17 0.22
HSL 320º 0.47% 0.59% -
HSV(B) 320º 0.5% 0.78% -
XYZ 34.99 24.01 38.87 -
YUV 137.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 199 100 166 0 0.50 0.17 0.22 320 0.47 0.59
Hex C7 64 A6 0 32 11 16 140 2F 3B
Octal 307 144 246 0 62 21 26 500 57 73
Binary 11000111 1100100 10100110 0 110010 10001 10110 101000000 101111 111011

Color Harmonies of #C764A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764A6

Black with #C764A6

Text Example


Text Example

White with #C764A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764A6; }

 p { color: rgb(199,100,166); }

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

background-color css

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

 a { background-color: rgb(199,100,166); }

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

border-color css

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

 span { border-color: rgb(199,100,166); }

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