#C865AA

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

Shades of Hopbush #C865AA

Tints of Hopbush #C865AA

Color information

#C865AA (or 0xC865AA) is unknown color: approx Hopbush. HEX triplet: C8, 65 and AA. RGB value is (200,101,170). Sum of RGB (Red+Green+Blue) = 200+101+170=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C865AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C865AA is #379A55. Grayscale: #8A8A8A. Windows color (decimal): -3643990 or 11167176. OLE color: 11167176.

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

Color convert

RGB200101170-
CMYK00.490.150.22
HSL318.18º47.37%59.02%-
HSV(B)318.18º49.5%78.43%-
XYZ35.7324.4940.87-
YUV138.47145.8171.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=42.46%
G=21.44%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010117000.490.150.22318.1847.3759.02
HexC865AA031F1613e2f3b
Octal31014525206117264765773
Binary110010001100101101010100110001111110110100111110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C865AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C865AA; }

 p { color: rgb(200,101,170); }

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

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

 a { background-color: rgb(200,101,170); }

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

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

 span { border-color: rgb(200,101,170); }

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