#C865A1

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

Shades of Hopbush #C865A1

Tints of Hopbush #C865A1

Color information

#C865A1 (or 0xC865A1) is unknown color: approx Hopbush. HEX triplet: C8, 65 and A1. RGB value is (200,101,161). Sum of RGB (Red+Green+Blue) = 200+101+161=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C865A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C865A1 is #379A5E. Grayscale: #898989. Windows color (decimal): -3643999 or 10577352. OLE color: 10577352.

HSL color Cylindrical-coordinate representation of color #C865A1: hue angle of 323.64º 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 #C865A1 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB200101161-
CMYK00.490.190.22
HSL323.64º47.37%59.02%-
HSV(B)323.64º49.5%78.43%-
XYZ34.9124.1636.54-
YUV137.44141.3172.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=43.29%
G=21.86%
B=34.85%

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
Decimal20010116100.490.190.22323.6447.3759.02
HexC865A103113161442f3b
Octal31014524106123265045773
Binary1100100011001011010000101100011001110110101000100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C865A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C865A1; }

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

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

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

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

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

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

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

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