#C0688D

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

Shades of Hopbush #C0688D

Tints of Hopbush #C0688D

Color information

#C0688D (or 0xC0688D) is unknown color: approx Hopbush. HEX triplet: C0, 68 and 8D. RGB value is (192,104,141). Sum of RGB (Red+Green+Blue) = 192+104+141=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0688D is #3F9772. Grayscale: #868686. Windows color (decimal): -4167539 or 9267392. OLE color: 9267392.

HSL color Cylindrical-coordinate representation of color #C0688D: hue angle of 334.77º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0688D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB192104141-
CMYK00.460.270.25
HSL334.77º41.12%58.04%-
HSV(B)334.77º45.83%75.29%-
XYZ31.523.0327.98-
YUV134.53131.65168.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=43.94%
G=23.80%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210414100.460.270.25334.7741.1258.04
HexC0688D02E1B1914f293a
Octal30015021505633315175172
Binary1100000011010001000110101011101101111001101001111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0688D; }

 p { color: rgb(192,104,141); }

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

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

 a { background-color: rgb(192,104,141); }

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

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

 span { border-color: rgb(192,104,141); }

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