#C868A4

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

Shades of Hopbush #C868A4

Tints of Hopbush #C868A4

Color information

#C868A4 (or 0xC868A4) is unknown color: approx Hopbush. HEX triplet: C8, 68 and A4. RGB value is (200,104,164). Sum of RGB (Red+Green+Blue) = 200+104+164=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C868A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C868A4 is #37975B. Grayscale: #8B8B8B. Windows color (decimal): -3643228 or 10774728. OLE color: 10774728.

HSL color Cylindrical-coordinate representation of color #C868A4: hue angle of 322.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C868A4 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200104164-
CMYK00.480.180.22
HSL322.5º46.6%59.61%-
HSV(B)322.5º48%78.43%-
XYZ35.4724.8638.05-
YUV139.54141.8171.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 104 (41.02% from 255) = 22.22%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=42.74%
G=22.22%
B=35.04%

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
Decimal20010416400.480.180.22322.546.659.61
HexC868A403012161422f3c
Octal31015024406022265025774
Binary1100100011010001010010001100001001010110101000010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C868A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C868A4; }

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

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

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

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

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

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

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

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