#C26E73

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

Shades of Turkish Rose #C26E73

Tints of Turkish Rose #C26E73

Color information

#C26E73 (or 0xC26E73) is unknown color: approx Turkish Rose. HEX triplet: C2, 6E and 73. RGB value is (194,110,115). Sum of RGB (Red+Green+Blue) = 194+110+115=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E73 is #3D918C. Grayscale: #878787. Windows color (decimal): -4034957 or 7564994. OLE color: 7564994.

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

Color convert

RGB194110115-
CMYK00.430.410.24
HSL356.43º40.78%59.61%-
HSV(B)356.43º43.3%76.08%-
XYZ30.9223.8619.2-
YUV135.69116.33169.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=46.30%
G=26.25%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411011500.430.410.24356.4340.7859.61
HexC26E7302B2918164293c
Octal30215616305351305445174
Binary1100001011011101110011010101110100111000101100100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E73; }

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

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

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

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

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

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

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

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