#C26D73

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

Shades of Turkish Rose #C26D73

Tints of Turkish Rose #C26D73

Color information

#C26D73 (or 0xC26D73) is unknown color: approx Turkish Rose. HEX triplet: C2, 6D and 73. RGB value is (194,109,115). Sum of RGB (Red+Green+Blue) = 194+109+115=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D73 is #3D928C. Grayscale: #878787. Windows color (decimal): -4035213 or 7564738. OLE color: 7564738.

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

Color convert

RGB194109115-
CMYK00.440.410.24
HSL355.76º41.06%59.41%-
HSV(B)355.76º43.81%76.08%-
XYZ30.8123.6419.16-
YUV135.1116.66170.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=46.41%
G=26.08%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410911500.440.410.24355.7641.0659.41
HexC26D7302C2918164293b
Octal30215516305451305445173
Binary1100001011011011110011010110010100111000101100100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D73; }

 p { color: rgb(194,109,115); }

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

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

 a { background-color: rgb(194,109,115); }

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

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

 span { border-color: rgb(194,109,115); }

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