#C865A4

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

Shades of Hopbush #C865A4

Tints of Hopbush #C865A4

Color information

#C865A4 (or 0xC865A4) is unknown color: approx Hopbush. HEX triplet: C8, 65 and A4. RGB value is (200,101,164). Sum of RGB (Red+Green+Blue) = 200+101+164=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C865A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C865A4 is #379A5B. Grayscale: #898989. Windows color (decimal): -3643996 or 10773960. OLE color: 10773960.

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

Color convert

RGB200101164-
CMYK00.490.180.22
HSL321.82º47.37%59.02%-
HSV(B)321.82º49.5%78.43%-
XYZ35.1724.2737.95-
YUV137.78142.8172.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=43.01%
G=21.72%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010116400.490.180.22321.8247.3759.02
HexC865A403112161422f3b
Octal31014524406122265025773
Binary1100100011001011010010001100011001010110101000010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C865A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C865A4; }

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

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

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

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

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

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

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

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