#c47073

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

Shades of Turkish Rose #C47073

Tints of Turkish Rose #C47073

Color information

#C47073 (or 0xC47073) is unknown color: approx Turkish Rose. HEX triplet: C4, 70 and 73. RGB value is (196,112,115). Sum of RGB (Red+Green+Blue) = 196+112+115=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C47073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47073 is #3B8F8C. Grayscale: #898989. Windows color (decimal): -3903373 or 7565508. OLE color: 7565508.

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

Color convert

RGB196112115-
CMYK00.430.410.23
HSL357.86º41.58%60.39%-
HSV(B)357.86º42.86%76.86%-
XYZ31.6524.5619.29-
YUV137.46115.33169.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=46.34%
G=26.48%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611211500.430.410.23357.8641.5860.39
HexC4707302B29171662a3c
Octal30416016305351275465274
Binary1100010011100001110011010101110100110111101100110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47073; }

 p { color: rgb(196,112,115); }

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

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

 a { background-color: rgb(196,112,115); }

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

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

 span { border-color: rgb(196,112,115); }

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