#C665A0

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

Shades of Hopbush #C665A0

Tints of Hopbush #C665A0

Color information

#C665A0 (or 0xC665A0) is unknown color: approx Hopbush. HEX triplet: C6, 65 and A0. RGB value is (198,101,160). Sum of RGB (Red+Green+Blue) = 198+101+160=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C665A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C665A0 is #399A5F. Grayscale: #888888. Windows color (decimal): -3775072 or 10511814. OLE color: 10511814.

HSL color Cylindrical-coordinate representation of color #C665A0: hue angle of 323.51º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C665A0 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB198101160-
CMYK00.490.190.22
HSL323.51º45.97%58.63%-
HSV(B)323.51º48.99%77.65%-
XYZ34.2923.8536.05-
YUV136.73141.14171.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=43.14%
G=22.00%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810116000.490.190.22323.5145.9758.63
HexC665A003113161442e3b
Octal30614524006123265045673
Binary1100011011001011010000001100011001110110101000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C665A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C665A0; }

 p { color: rgb(198,101,160); }

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

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

 a { background-color: rgb(198,101,160); }

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

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

 span { border-color: rgb(198,101,160); }

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