#C1769C

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

Shades of Hopbush #C1769C

Tints of Hopbush #C1769C

Color information

#C1769C (or 0xC1769C) is unknown color: approx Hopbush. HEX triplet: C1, 76 and 9C. RGB value is (193,118,156). Sum of RGB (Red+Green+Blue) = 193+118+156=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1769C is #3E8963. Grayscale: #909090. Windows color (decimal): -4098404 or 10254017. OLE color: 10254017.

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

Color convert

RGB193118156-
CMYK00.390.190.24
HSL329.6º37.69%60.98%-
HSV(B)329.6º38.86%75.69%-
XYZ34.4726.6934.79-
YUV144.76134.35162.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=41.33%
G=25.27%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311815600.390.190.24329.637.6960.98
HexC1769C027131814a263d
Octal30116623404723305124675
Binary1100000111101101001110001001111001111000101001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1769C; }

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

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

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

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

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

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

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

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