#C1768F

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

Shades of Hopbush #C1768F

Tints of Hopbush #C1768F

Color information

#C1768F (or 0xC1768F) is unknown color: approx Hopbush. HEX triplet: C1, 76 and 8F. RGB value is (193,118,143). Sum of RGB (Red+Green+Blue) = 193+118+143=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1768F is #3E8970. Grayscale: #8F8F8F. Windows color (decimal): -4098417 or 9402049. OLE color: 9402049.

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

Color convert

RGB193118143-
CMYK00.390.260.24
HSL340º37.69%60.98%-
HSV(B)340º38.86%75.69%-
XYZ33.4326.2829.3-
YUV143.27127.85163.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 143 (56.25% from 255) = 31.50%
R=42.51%
G=25.99%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311814300.390.260.2434037.6960.98
HexC1768F0271A18154263d
Octal30116621704732305244675
Binary1100000111101101000111101001111101011000101010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1768F; }

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

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

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

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

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

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

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

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