#C169A1

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

Shades of Hopbush #C169A1

Tints of Hopbush #C169A1

Color information

#C169A1 (or 0xC169A1) is unknown color: approx Hopbush. HEX triplet: C1, 69 and A1. RGB value is (193,105,161). Sum of RGB (Red+Green+Blue) = 193+105+161=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C169A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169A1 is #3E965E. Grayscale: #898989. Windows color (decimal): -4101727 or 10578369. OLE color: 10578369.

HSL color Cylindrical-coordinate representation of color #C169A1: hue angle of 321.82º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C169A1 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB193105161-
CMYK00.460.170.24
HSL321.82º41.51%58.43%-
HSV(B)321.82º45.6%75.69%-
XYZ33.4824.0136.59-
YUV137.7141.15167.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=42.05%
G=22.88%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310516100.460.170.24321.8241.5158.43
HexC169A102E11181422a3a
Octal30115124105621305025272
Binary1100000111010011010000101011101000111000101000010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169A1; }

 p { color: rgb(193,105,161); }

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

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

 a { background-color: rgb(193,105,161); }

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

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

 span { border-color: rgb(193,105,161); }

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