#C0699C

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

Shades of Hopbush #C0699C

Tints of Hopbush #C0699C

Color information

#C0699C (or 0xC0699C) is unknown color: approx Hopbush. HEX triplet: C0, 69 and 9C. RGB value is (192,105,156). Sum of RGB (Red+Green+Blue) = 192+105+156=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0699C is #3F9663. Grayscale: #888888. Windows color (decimal): -4167268 or 10250688. OLE color: 10250688.

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

Color convert

RGB192105156-
CMYK00.450.190.25
HSL324.83º40.85%58.24%-
HSV(B)324.83º45.31%75.29%-
XYZ32.7923.7134.3-
YUV136.83138.82167.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=42.38%
G=23.18%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210515600.450.190.25324.8340.8558.24
HexC0699C02D1319145293a
Octal30015123405523315055172
Binary1100000011010011001110001011011001111001101000101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0699C; }

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

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

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

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

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

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

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

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