#C17376

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

Shades of Turkish Rose #C17376

Tints of Turkish Rose #C17376

Color information

#C17376 (or 0xC17376) is unknown color: approx Turkish Rose. HEX triplet: C1, 73 and 76. RGB value is (193,115,118). Sum of RGB (Red+Green+Blue) = 193+115+118=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C17376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17376 is #3E8C89. Grayscale: #8A8A8A. Windows color (decimal): -4099210 or 7762881. OLE color: 7762881.

HSL color Cylindrical-coordinate representation of color #C17376: hue angle of 357.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17376 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB193115118-
CMYK00.400.390.24
HSL357.69º38.61%60.39%-
HSV(B)357.69º40.41%75.69%-
XYZ31.3924.9120.29-
YUV138.66116.34166.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.31%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=45.31%
G=27.00%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311511800.400.390.24357.6938.6160.39
HexC173760282718166273c
Octal30116316605047305464774
Binary1100000111100111110110010100010011111000101100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17376; }

 p { color: rgb(193,115,118); }

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

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

 a { background-color: rgb(193,115,118); }

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

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

 span { border-color: rgb(193,115,118); }

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