#C36C6E

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

Shades of Turkish Rose #C36C6E

Tints of Turkish Rose #C36C6E

Color information

#C36C6E (or 0xC36C6E) is unknown color: approx Turkish Rose. HEX triplet: C3, 6C and 6E. RGB value is (195,108,110). Sum of RGB (Red+Green+Blue) = 195+108+110=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C6E is #3C9391. Grayscale: #868686. Windows color (decimal): -3969938 or 7236803. OLE color: 7236803.

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

Color convert

RGB195108110-
CMYK00.450.440.24
HSL358.62º42.03%59.41%-
HSV(B)358.62º44.62%76.47%-
XYZ30.6823.4517.66-
YUV134.24114.32171.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=47.22%
G=26.15%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510811000.450.440.24358.6242.0359.41
HexC36C6E02D2C181672a3b
Octal30315415605554305475273
Binary1100001111011001101110010110110110011000101100111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36C6E; }

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

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

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

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

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

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

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

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