#C867A6

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

Shades of Hopbush #C867A6

Tints of Hopbush #C867A6

Color information

#C867A6 (or 0xC867A6) is unknown color: approx Hopbush. HEX triplet: C8, 67 and A6. RGB value is (200,103,166). Sum of RGB (Red+Green+Blue) = 200+103+166=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C867A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C867A6 is #379859. Grayscale: #8B8B8B. Windows color (decimal): -3643482 or 10905544. OLE color: 10905544.

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

Color convert

RGB200103166-
CMYK00.480.170.22
HSL321.03º46.86%59.41%-
HSV(B)321.03º48.5%78.43%-
XYZ35.5524.7338.98-
YUV139.18143.14171.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=42.64%
G=21.96%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010316600.480.170.22321.0346.8659.41
HexC867A603011161412f3b
Octal31014724606021265015773
Binary1100100011001111010011001100001000110110101000001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867A6; }

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

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

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

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

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

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

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

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