#C36D70

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

Shades of Turkish Rose #C36D70

Tints of Turkish Rose #C36D70

Color information

#C36D70 (or 0xC36D70) is unknown color: approx Turkish Rose. HEX triplet: C3, 6D and 70. RGB value is (195,109,112). Sum of RGB (Red+Green+Blue) = 195+109+112=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D70 is #3C928F. Grayscale: #878787. Windows color (decimal): -3969680 or 7368131. OLE color: 7368131.

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

Color convert

RGB195109112-
CMYK00.440.430.24
HSL357.91º41.75%59.61%-
HSV(B)357.91º44.1%76.47%-
XYZ30.923.7118.28-
YUV135.06114.99170.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.88%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=46.88%
G=26.20%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510911200.440.430.24357.9141.7559.61
HexC36D7002C2B181662a3c
Octal30315516005453305465274
Binary1100001111011011110000010110010101111000101100110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36D70; }

 p { color: rgb(195,109,112); }

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

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

 a { background-color: rgb(195,109,112); }

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

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

 span { border-color: rgb(195,109,112); }

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