#C0699E

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

Shades of Hopbush #C0699E

Tints of Hopbush #C0699E

Color information

#C0699E (or 0xC0699E) is unknown color: approx Hopbush. HEX triplet: C0, 69 and 9E. RGB value is (192,105,158). Sum of RGB (Red+Green+Blue) = 192+105+158=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0699E is #3F9661. Grayscale: #888888. Windows color (decimal): -4167266 or 10381760. OLE color: 10381760.

HSL color Cylindrical-coordinate representation of color #C0699E: hue angle of 323.45º 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 #C0699E is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192105158-
CMYK00.450.180.25
HSL323.45º40.85%58.24%-
HSV(B)323.45º45.31%75.29%-
XYZ32.9623.7835.2-
YUV137.06139.82167.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=42.20%
G=23.08%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210515800.450.180.25323.4540.8558.24
HexC0699E02D1219143293a
Octal30015123605522315035172
Binary1100000011010011001111001011011001011001101000011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0699E; }

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

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

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

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

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

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

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

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