#C0698B

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

Shades of Hopbush #C0698B

Tints of Hopbush #C0698B

Color information

#C0698B (or 0xC0698B) is unknown color: approx Hopbush. HEX triplet: C0, 69 and 8B. RGB value is (192,105,139). Sum of RGB (Red+Green+Blue) = 192+105+139=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0698B is #3F9674. Grayscale: #868686. Windows color (decimal): -4167285 or 9136576. OLE color: 9136576.

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

Color convert

RGB192105139-
CMYK00.450.280.25
HSL336.55º40.85%58.24%-
HSV(B)336.55º45.31%75.29%-
XYZ31.4523.1727.24-
YUV134.89130.32168.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=44.04%
G=24.08%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210513900.450.280.25336.5540.8558.24
HexC0698B02D1C19151293a
Octal30015121305534315215172
Binary1100000011010011000101101011011110011001101010001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0698B; }

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

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

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

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

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

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

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

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