#C3716A

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

Shades of Contessa #C3716A

Tints of Contessa #C3716A

Color information

#C3716A (or 0xC3716A) is unknown color: approx Contessa. HEX triplet: C3, 71 and 6A. RGB value is (195,113,106). Sum of RGB (Red+Green+Blue) = 195+113+106=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3716A is #3C8E95. Grayscale: #888888. Windows color (decimal): -3968662 or 6975939. OLE color: 6975939.

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

Color convert

RGB195113106-
CMYK00.420.460.24
HSL4.72º42.58%59.02%-
HSV(B)4.72º45.64%76.47%-
XYZ31.0124.4516.72-
YUV136.72110.67169.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=47.10%
G=27.29%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511310600.420.460.244.7242.5859.02
HexC3716A02A2E1852b3b
Octal303161152052563055373
Binary1100001111100011101010010101010111011000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3716A; }

 p { color: rgb(195,113,106); }

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

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

 a { background-color: rgb(195,113,106); }

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

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

 span { border-color: rgb(195,113,106); }

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