#C07071

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

Shades of Turkish Rose #C07071

Tints of Turkish Rose #C07071

Color information

#C07071 (or 0xC07071) is unknown color: approx Turkish Rose. HEX triplet: C0, 70 and 71. RGB value is (192,112,113). Sum of RGB (Red+Green+Blue) = 192+112+113=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C07071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07071 is #3F8F8E. Grayscale: #888888. Windows color (decimal): -4165519 or 7434432. OLE color: 7434432.

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

Color convert

RGB192112113-
CMYK00.420.410.25
HSL359.25º38.83%59.61%-
HSV(B)359.25º41.67%75.29%-
XYZ30.5123.9918.64-
YUV136.03115167.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=46.04%
G=26.86%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211211300.420.410.25359.2538.8359.61
HexC0707102A2919167273c
Octal30016016105251315474774
Binary1100000011100001110001010101010100111001101100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07071; }

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

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

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

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

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

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

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

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