#C46F73

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

Shades of Turkish Rose #C46F73

Tints of Turkish Rose #C46F73

Color information

#C46F73 (or 0xC46F73) is unknown color: approx Turkish Rose. HEX triplet: C4, 6F and 73. RGB value is (196,111,115). Sum of RGB (Red+Green+Blue) = 196+111+115=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F73 is #3B908C. Grayscale: #888888. Windows color (decimal): -3903629 or 7565252. OLE color: 7565252.

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

Color convert

RGB196111115-
CMYK00.430.410.23
HSL357.18º41.87%60.2%-
HSV(B)357.18º43.37%76.86%-
XYZ31.5424.3419.26-
YUV136.87115.66170.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=46.45%
G=26.30%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611111500.430.410.23357.1841.8760.2
HexC46F7302B29171652a3c
Octal30415716305351275455274
Binary1100010011011111110011010101110100110111101100101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F73; }

 p { color: rgb(196,111,115); }

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

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

 a { background-color: rgb(196,111,115); }

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

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

 span { border-color: rgb(196,111,115); }

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