#C36E70

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

Shades of Turkish Rose #C36E70

Tints of Turkish Rose #C36E70

Color information

#C36E70 (or 0xC36E70) is unknown color: approx Turkish Rose. HEX triplet: C3, 6E and 70. RGB value is (195,110,112). Sum of RGB (Red+Green+Blue) = 195+110+112=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E70 is #3C918F. Grayscale: #878787. Windows color (decimal): -3969424 or 7368387. OLE color: 7368387.

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

Color convert

RGB195110112-
CMYK00.440.430.24
HSL358.59º41.46%59.8%-
HSV(B)358.59º43.59%76.47%-
XYZ31.0123.9218.31-
YUV135.64114.66170.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=46.76%
G=26.38%
B=26.86%

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
Decimal19511011200.440.430.24358.5941.4659.8
HexC36E7002C2B18167293c
Octal30315616005453305475174
Binary1100001111011101110000010110010101111000101100111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36E70; }

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

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

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

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

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

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

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

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