#C17677

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

Shades of Turkish Rose #C17677

Tints of Turkish Rose #C17677

Color information

#C17677 (or 0xC17677) is unknown color: approx Turkish Rose. HEX triplet: C1, 76 and 77. RGB value is (193,118,119). Sum of RGB (Red+Green+Blue) = 193+118+119=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C17677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17677 is #3E8988. Grayscale: #8C8C8C. Windows color (decimal): -4098441 or 7829185. OLE color: 7829185.

HSL color Cylindrical-coordinate representation of color #C17677: hue angle of 359.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17677 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB193118119-
CMYK00.390.380.24
HSL359.2º37.69%60.98%-
HSV(B)359.2º38.86%75.69%-
XYZ31.825.6320.72-
YUV140.54115.85165.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=44.88%
G=27.44%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311811900.390.380.24359.237.6960.98
HexC176770272618167263d
Octal30116616704746305474675
Binary1100000111101101110111010011110011011000101100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17677; }

 p { color: rgb(193,118,119); }

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

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

 a { background-color: rgb(193,118,119); }

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

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

 span { border-color: rgb(193,118,119); }

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