#C07173

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

Shades of Turkish Rose #C07173

Tints of Turkish Rose #C07173

Color information

#C07173 (or 0xC07173) is unknown color: approx Turkish Rose. HEX triplet: C0, 71 and 73. RGB value is (192,113,115). Sum of RGB (Red+Green+Blue) = 192+113+115=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C07173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07173 is #3F8E8C. Grayscale: #888888. Windows color (decimal): -4165261 or 7565760. OLE color: 7565760.

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

Color convert

RGB192113115-
CMYK00.410.400.25
HSL358.48º38.54%59.8%-
HSV(B)358.48º41.15%75.29%-
XYZ30.7424.2519.28-
YUV136.85115.67167.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=45.71%
G=26.90%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211311500.410.400.25358.4838.5459.8
HexC071730292819166273c
Octal30016116305150315464774
Binary1100000011100011110011010100110100011001101100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07173; }

 p { color: rgb(192,113,115); }

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

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

 a { background-color: rgb(192,113,115); }

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

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

 span { border-color: rgb(192,113,115); }

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