#C0698C

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

Shades of Hopbush #C0698C

Tints of Hopbush #C0698C

Color information

#C0698C (or 0xC0698C) is unknown color: approx Hopbush. HEX triplet: C0, 69 and 8C. RGB value is (192,105,140). Sum of RGB (Red+Green+Blue) = 192+105+140=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0698C is #3F9673. Grayscale: #868686. Windows color (decimal): -4167284 or 9202112. OLE color: 9202112.

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

Color convert

RGB192105140-
CMYK00.450.270.25
HSL335.86º40.85%58.24%-
HSV(B)335.86º45.31%75.29%-
XYZ31.5223.227.63-
YUV135130.82168.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=43.94%
G=24.03%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210514000.450.270.25335.8640.8558.24
HexC0698C02D1B19150293a
Octal30015121405533315205172
Binary1100000011010011000110001011011101111001101010000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0698C; }

 p { color: rgb(192,105,140); }

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

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

 a { background-color: rgb(192,105,140); }

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

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

 span { border-color: rgb(192,105,140); }

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