#C3708B

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

Shades of Hopbush #C3708B

Tints of Hopbush #C3708B

Color information

#C3708B (or 0xC3708B) is unknown color: approx Hopbush. HEX triplet: C3, 70 and 8B. RGB value is (195,112,139). Sum of RGB (Red+Green+Blue) = 195+112+139=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C3708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3708B is #3C8F74. Grayscale: #8B8B8B. Windows color (decimal): -3968885 or 9138371. OLE color: 9138371.

HSL color Cylindrical-coordinate representation of color #C3708B: hue angle of 340.48º 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 #C3708B is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195112139-
CMYK00.430.290.24
HSL340.48º40.89%60.2%-
HSV(B)340.48º42.56%76.47%-
XYZ32.9625.0527.52-
YUV139.9127.5167.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.72%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=43.72%
G=25.11%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511213900.430.290.24340.4840.8960.2
HexC3708B02B1D18154293c
Octal30316021305335305245174
Binary1100001111100001000101101010111110111000101010100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3708B; }

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

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

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

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

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

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

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

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