#C47172

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

Shades of Turkish Rose #C47172

Tints of Turkish Rose #C47172

Color information

#C47172 (or 0xC47172) is unknown color: approx Turkish Rose. HEX triplet: C4, 71 and 72. RGB value is (196,113,114). Sum of RGB (Red+Green+Blue) = 196+113+114=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C47172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47172 is #3B8E8D. Grayscale: #8A8A8A. Windows color (decimal): -3903118 or 7500228. OLE color: 7500228.

HSL color Cylindrical-coordinate representation of color #C47172: hue angle of 359.28º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47172 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB196113114-
CMYK00.420.420.23
HSL359.28º41.29%60.59%-
HSV(B)359.28º42.35%76.86%-
XYZ31.7124.7619.03-
YUV137.93114.5169.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=46.34%
G=26.71%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611311400.420.420.23359.2841.2960.59
HexC4717202A2A17167293d
Octal30416116205252275475175
Binary1100010011100011110010010101010101010111101100111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47172; }

 p { color: rgb(196,113,114); }

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

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

 a { background-color: rgb(196,113,114); }

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

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

 span { border-color: rgb(196,113,114); }

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