#C366A0

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

Shades of Hopbush #C366A0

Tints of Hopbush #C366A0

Color information

#C366A0 (or 0xC366A0) is unknown color: approx Hopbush. HEX triplet: C3, 66 and A0. RGB value is (195,102,160). Sum of RGB (Red+Green+Blue) = 195+102+160=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C366A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C366A0 is #3C995F. Grayscale: #888888. Windows color (decimal): -3971424 or 10512067. OLE color: 10512067.

HSL color Cylindrical-coordinate representation of color #C366A0: hue angle of 322.58º degrees, saturation: 0.44, 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 #C366A0 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB195102160-
CMYK00.480.180.24
HSL322.58º43.66%58.24%-
HSV(B)322.58º47.69%76.47%-
XYZ33.623.6436.05-
YUV136.42141.31169.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=42.67%
G=22.32%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510216000.480.180.24322.5843.6658.24
HexC366A003012181432c3a
Octal30314624006022305035472
Binary1100001111001101010000001100001001011000101000011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366A0; }

 p { color: rgb(195,102,160); }

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

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

 a { background-color: rgb(195,102,160); }

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

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

 span { border-color: rgb(195,102,160); }

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