#C8688C

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

Shades of Hopbush #C8688C

Tints of Hopbush #C8688C

Color information

#C8688C (or 0xC8688C) is unknown color: approx Hopbush. HEX triplet: C8, 68 and 8C. RGB value is (200,104,140). Sum of RGB (Red+Green+Blue) = 200+104+140=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8688C is #379773. Grayscale: #888888. Windows color (decimal): -3643252 or 9201864. OLE color: 9201864.

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

Color convert

RGB200104140-
CMYK00.480.30.22
HSL337.5º46.6%59.61%-
HSV(B)337.5º48%78.43%-
XYZ33.524.0727.69-
YUV136.81129.8173.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=45.05%
G=23.42%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010414000.480.30.22337.546.659.61
HexC8688C0301E161522f3c
Octal31015021406036265225774
Binary1100100011010001000110001100001111010110101010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8688C; }

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

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

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

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

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

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

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

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