#C0699B

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

Shades of Hopbush #C0699B

Tints of Hopbush #C0699B

Color information

#C0699B (or 0xC0699B) is unknown color: approx Hopbush. HEX triplet: C0, 69 and 9B. RGB value is (192,105,155). Sum of RGB (Red+Green+Blue) = 192+105+155=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0699B is #3F9664. Grayscale: #888888. Windows color (decimal): -4167269 or 10185152. OLE color: 10185152.

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

Color convert

RGB192105155-
CMYK00.450.190.25
HSL325.52º40.85%58.24%-
HSV(B)325.52º45.31%75.29%-
XYZ32.7123.6833.86-
YUV136.71138.32167.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=42.48%
G=23.23%
B=34.29%

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
Decimal19210515500.450.190.25325.5240.8558.24
HexC0699B02D1319146293a
Octal30015123305523315065172
Binary1100000011010011001101101011011001111001101000110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0699B; }

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

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

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

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

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

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

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

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