#C37274

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

Shades of Turkish Rose #C37274

Tints of Turkish Rose #C37274

Color information

#C37274 (or 0xC37274) is unknown color: approx Turkish Rose. HEX triplet: C3, 72 and 74. RGB value is (195,114,116). Sum of RGB (Red+Green+Blue) = 195+114+116=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C37274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37274 is #3C8D8B. Grayscale: #8A8A8A. Windows color (decimal): -3968396 or 7631555. OLE color: 7631555.

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

Color convert

RGB195114116-
CMYK00.420.410.24
HSL358.52º40.3%60.59%-
HSV(B)358.52º41.54%76.47%-
XYZ31.6824.919.66-
YUV138.45115.34168.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=45.88%
G=26.82%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511411600.420.410.24358.5240.360.59
HexC3727402A2918167283d
Octal30316216405251305475075
Binary1100001111100101110100010101010100111000101100111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37274; }

 p { color: rgb(195,114,116); }

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

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

 a { background-color: rgb(195,114,116); }

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

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

 span { border-color: rgb(195,114,116); }

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