#C27374

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

Shades of Turkish Rose #C27374

Tints of Turkish Rose #C27374

Color information

#C27374 (or 0xC27374) is unknown color: approx Turkish Rose. HEX triplet: C2, 73 and 74. RGB value is (194,115,116). Sum of RGB (Red+Green+Blue) = 194+115+116=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27374 is #3D8C8B. Grayscale: #8A8A8A. Windows color (decimal): -4033676 or 7631810. OLE color: 7631810.

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

Color convert

RGB194115116-
CMYK00.410.400.24
HSL359.24º39.3%60.59%-
HSV(B)359.24º40.72%76.08%-
XYZ31.5324.9919.69-
YUV138.73115.17167.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=45.65%
G=27.06%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411511600.410.400.24359.2439.360.59
HexC273740292818167273d
Octal30216316405150305474775
Binary1100001011100111110100010100110100011000101100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27374; }

 p { color: rgb(194,115,116); }

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

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

 a { background-color: rgb(194,115,116); }

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

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

 span { border-color: rgb(194,115,116); }

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