#C1698F

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

Shades of Hopbush #C1698F

Tints of Hopbush #C1698F

Color information

#C1698F (or 0xC1698F) is unknown color: approx Hopbush. HEX triplet: C1, 69 and 8F. RGB value is (193,105,143). Sum of RGB (Red+Green+Blue) = 193+105+143=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1698F is #3E9670. Grayscale: #878787. Windows color (decimal): -4101745 or 9398721. OLE color: 9398721.

HSL color Cylindrical-coordinate representation of color #C1698F: hue angle of 334.09º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1698F is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB193105143-
CMYK00.460.260.24
HSL334.09º41.51%58.43%-
HSV(B)334.09º45.6%75.69%-
XYZ3223.4228.82-
YUV135.64132.15168.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=43.76%
G=23.81%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310514300.460.260.24334.0941.5158.43
HexC1698F02E1A1814e2a3a
Octal30115121705632305165272
Binary1100000111010011000111101011101101011000101001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1698F; }

 p { color: rgb(193,105,143); }

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

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

 a { background-color: rgb(193,105,143); }

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

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

 span { border-color: rgb(193,105,143); }

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