#C0769C

Color #C0769C Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C0769C

Tints of Hopbush #C0769C

Color information

#C0769C (or 0xC0769C) is unknown color: approx Hopbush. HEX triplet: C0, 76 and 9C. RGB value is (192,118,156). Sum of RGB (Red+Green+Blue) = 192+118+156=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0769C is #3F8963. Grayscale: #909090. Windows color (decimal): -4163940 or 10254016. OLE color: 10254016.

HSL color Cylindrical-coordinate representation of color #C0769C: hue angle of 329.19º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0769C is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192118156-
CMYK00.390.190.25
HSL329.19º37%60.78%-
HSV(B)329.19º38.54%75.29%-
XYZ34.2226.5634.78-
YUV144.46134.52161.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=41.20%
G=25.32%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211815600.390.190.25329.193760.78
HexC0769C0271319149253d
Octal30016623404723315114575
Binary1100000011101101001110001001111001111001101001001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0769C; }

 p { color: rgb(192,118,156); }

 H1.HeaderClassName
 {
   color: #C0769C;
 }
 .AnyTagClassName
 {
   color: #C0769C;
 }
</style>
background-color css

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

 a { background-color: rgb(192,118,156); }

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

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

 span { border-color: rgb(192,118,156); }

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