#C3708E

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

Shades of Hopbush #C3708E

Tints of Hopbush #C3708E

Color information

#C3708E (or 0xC3708E) is unknown color: approx Hopbush. HEX triplet: C3, 70 and 8E. RGB value is (195,112,142). Sum of RGB (Red+Green+Blue) = 195+112+142=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3708E is #3C8F71. Grayscale: #8C8C8C. Windows color (decimal): -3968882 or 9334979. OLE color: 9334979.

HSL color Cylindrical-coordinate representation of color #C3708E: hue angle of 338.31º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3708E is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB195112142-
CMYK00.430.270.24
HSL338.31º40.89%60.2%-
HSV(B)338.31º42.56%76.47%-
XYZ33.1825.1428.7-
YUV140.24129167.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=43.43%
G=24.94%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511214200.430.270.24338.3140.8960.2
HexC3708E02B1B18152293c
Octal30316021605333305225174
Binary1100001111100001000111001010111101111000101010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3708E; }

 p { color: rgb(195,112,142); }

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

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

 a { background-color: rgb(195,112,142); }

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

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

 span { border-color: rgb(195,112,142); }

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