#C27475

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

Shades of Turkish Rose #C27475

Tints of Turkish Rose #C27475

Color information

#C27475 (or 0xC27475) is unknown color: approx Turkish Rose. HEX triplet: C2, 74 and 75. RGB value is (194,116,117). Sum of RGB (Red+Green+Blue) = 194+116+117=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C27475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27475 is #3D8B8A. Grayscale: #8B8B8B. Windows color (decimal): -4033419 or 7697602. OLE color: 7697602.

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

Color convert

RGB194116117-
CMYK00.400.400.24
HSL359.23º39%60.78%-
HSV(B)359.23º40.21%76.08%-
XYZ31.725.2420.03-
YUV139.44115.34166.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=45.43%
G=27.17%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411611700.400.400.24359.233960.78
HexC274750282818167273d
Octal30216416505050305474775
Binary1100001011101001110101010100010100011000101100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27475; }

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

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

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

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

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

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

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

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