#C1726A

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

Shades of Contessa #C1726A

Tints of Contessa #C1726A

Color information

#C1726A (or 0xC1726A) is unknown color: approx Contessa. HEX triplet: C1, 72 and 6A. RGB value is (193,114,106). Sum of RGB (Red+Green+Blue) = 193+114+106=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1726A is #3E8D95. Grayscale: #888888. Windows color (decimal): -4099478 or 6976193. OLE color: 6976193.

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

Color convert

RGB193114106-
CMYK00.410.450.24
HSL5.52º41.23%58.63%-
HSV(B)5.52º45.08%75.69%-
XYZ30.6124.4116.73-
YUV136.71110.67168.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=46.73%
G=27.60%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311410600.410.450.245.5241.2358.63
HexC1726A0292D186293b
Octal301162152051553065173
Binary1100000111100101101010010100110110111000110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1726A; }

 p { color: rgb(193,114,106); }

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

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

 a { background-color: rgb(193,114,106); }

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

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

 span { border-color: rgb(193,114,106); }

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