#C8688B

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

Shades of Hopbush #C8688B

Tints of Hopbush #C8688B

Color information

#C8688B (or 0xC8688B) is unknown color: approx Hopbush. HEX triplet: C8, 68 and 8B. RGB value is (200,104,139). Sum of RGB (Red+Green+Blue) = 200+104+139=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8688B is #379774. Grayscale: #888888. Windows color (decimal): -3643253 or 9136328. OLE color: 9136328.

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

Color convert

RGB200104139-
CMYK00.480.300.22
HSL338.12º46.6%59.61%-
HSV(B)338.12º48%78.43%-
XYZ33.4324.0427.31-
YUV136.69129.3173.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=45.15%
G=23.48%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010413900.480.300.22338.1246.659.61
HexC8688B0301E161522f3c
Octal31015021306036265225774
Binary1100100011010001000101101100001111010110101010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8688B; }

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

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

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

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

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

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

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

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