#C27074

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

Shades of Turkish Rose #C27074

Tints of Turkish Rose #C27074

Color information

#C27074 (or 0xC27074) is unknown color: approx Turkish Rose. HEX triplet: C2, 70 and 74. RGB value is (194,112,116). Sum of RGB (Red+Green+Blue) = 194+112+116=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C27074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27074 is #3D8F8B. Grayscale: #898989. Windows color (decimal): -4034444 or 7631042. OLE color: 7631042.

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

Color convert

RGB194112116-
CMYK00.420.400.24
HSL357.07º40.2%60%-
HSV(B)357.07º42.27%76.08%-
XYZ31.1924.3219.57-
YUV136.97116.17168.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=45.97%
G=26.54%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411211600.420.400.24357.0740.260
HexC2707402A2818165283c
Octal30216016405250305455074
Binary1100001011100001110100010101010100011000101100101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27074; }

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

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

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

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

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

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

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

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