#C867A4

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

Shades of Hopbush #C867A4

Tints of Hopbush #C867A4

Color information

#C867A4 (or 0xC867A4) is unknown color: approx Hopbush. HEX triplet: C8, 67 and A4. RGB value is (200,103,164). Sum of RGB (Red+Green+Blue) = 200+103+164=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C867A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C867A4 is #37985B. Grayscale: #8A8A8A. Windows color (decimal): -3643484 or 10774472. OLE color: 10774472.

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

Color convert

RGB200103164-
CMYK00.480.180.22
HSL322.27º46.86%59.41%-
HSV(B)322.27º48.5%78.43%-
XYZ35.3724.6638.02-
YUV138.96142.14171.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=42.83%
G=22.06%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010316400.480.180.22322.2746.8659.41
HexC867A403012161422f3b
Octal31014724406022265025773
Binary1100100011001111010010001100001001010110101000010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867A4; }

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

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

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

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

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

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

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

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