#C36C6F

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

Shades of Turkish Rose #C36C6F

Tints of Turkish Rose #C36C6F

Color information

#C36C6F (or 0xC36C6F) is unknown color: approx Turkish Rose. HEX triplet: C3, 6C and 6F. RGB value is (195,108,111). Sum of RGB (Red+Green+Blue) = 195+108+111=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C6F is #3C9390. Grayscale: #868686. Windows color (decimal): -3969937 or 7302339. OLE color: 7302339.

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

Color convert

RGB195108111-
CMYK00.450.430.24
HSL357.93º42.03%59.41%-
HSV(B)357.93º44.62%76.47%-
XYZ30.7423.4717.95-
YUV134.35114.82171.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 108 (42.58% from 255) = 26.09%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=47.10%
G=26.09%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510811100.450.430.24357.9342.0359.41
HexC36C6F02D2B181662a3b
Octal30315415705553305465273
Binary1100001111011001101111010110110101111000101100110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36C6F; }

 p { color: rgb(195,108,111); }

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

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

 a { background-color: rgb(195,108,111); }

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

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

 span { border-color: rgb(195,108,111); }

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