#C1769B

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

Shades of Hopbush #C1769B

Tints of Hopbush #C1769B

Color information

#C1769B (or 0xC1769B) is unknown color: approx Hopbush. HEX triplet: C1, 76 and 9B. RGB value is (193,118,155). Sum of RGB (Red+Green+Blue) = 193+118+155=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1769B is #3E8964. Grayscale: #909090. Windows color (decimal): -4098405 or 10188481. OLE color: 10188481.

HSL color Cylindrical-coordinate representation of color #C1769B: hue angle of 330.4º 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 #C1769B is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193118155-
CMYK00.390.200.24
HSL330.4º37.69%60.98%-
HSV(B)330.4º38.86%75.69%-
XYZ34.3926.6634.34-
YUV144.64133.85162.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=41.42%
G=25.32%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311815500.390.200.24330.437.6960.98
HexC1769B027141814a263d
Octal30116623304724305124675
Binary1100000111101101001101101001111010011000101001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1769B; }

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

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

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

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

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

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

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

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