#C165A2

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

Shades of Hopbush #C165A2

Tints of Hopbush #C165A2

Color information

#C165A2 (or 0xC165A2) is unknown color: approx Hopbush. HEX triplet: C1, 65 and A2. RGB value is (193,101,162). Sum of RGB (Red+Green+Blue) = 193+101+162=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C165A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165A2 is #3E9A5D. Grayscale: #878787. Windows color (decimal): -4102750 or 10642881. OLE color: 10642881.

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

Color convert

RGB193101162-
CMYK00.480.160.24
HSL320.22º42.59%57.65%-
HSV(B)320.22º47.67%75.69%-
XYZ33.1723.2536.92-
YUV135.46142.98169.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 101 (39.84% from 255) = 22.15%
BLUE value IS 162 (63.67% from 255) = 35.53%
R=42.32%
G=22.15%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310116200.480.160.24320.2242.5957.65
HexC165A203010181402b3a
Octal30114524206020305005372
Binary1100000111001011010001001100001000011000101000000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165A2; }

 p { color: rgb(193,101,162); }

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

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

 a { background-color: rgb(193,101,162); }

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

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

 span { border-color: rgb(193,101,162); }

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