#C27375

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

Shades of Turkish Rose #C27375

Tints of Turkish Rose #C27375

Color information

#C27375 (or 0xC27375) is unknown color: approx Turkish Rose. HEX triplet: C2, 73 and 75. RGB value is (194,115,117). Sum of RGB (Red+Green+Blue) = 194+115+117=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C27375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27375 is #3D8C8A. Grayscale: #8A8A8A. Windows color (decimal): -4033675 or 7697346. OLE color: 7697346.

HSL color Cylindrical-coordinate representation of color #C27375: hue angle of 358.48º 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 #C27375 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194115117-
CMYK00.410.400.24
HSL358.48º39.3%60.59%-
HSV(B)358.48º40.72%76.08%-
XYZ31.5925.0219.99-
YUV138.85115.67167.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=45.54%
G=27.00%
B=27.46%

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
Decimal19411511700.410.400.24358.4839.360.59
HexC273750292818166273d
Octal30216316505150305464775
Binary1100001011100111110101010100110100011000101100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27375; }

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

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

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

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

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

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

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

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