#C17577

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

Shades of Turkish Rose #C17577

Tints of Turkish Rose #C17577

Color information

#C17577 (or 0xC17577) is unknown color: approx Turkish Rose. HEX triplet: C1, 75 and 77. RGB value is (193,117,119). Sum of RGB (Red+Green+Blue) = 193+117+119=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C17577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17577 is #3E8A88. Grayscale: #8C8C8C. Windows color (decimal): -4098697 or 7828929. OLE color: 7828929.

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

Color convert

RGB193117119-
CMYK00.390.380.24
HSL358.42º38%60.78%-
HSV(B)358.42º39.38%75.69%-
XYZ31.6825.3920.68-
YUV139.95116.18165.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=44.99%
G=27.27%
B=27.74%

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
Decimal19311711900.390.380.24358.423860.78
HexC175770272618166263d
Octal30116516704746305464675
Binary1100000111101011110111010011110011011000101100110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17577; }

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

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

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

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

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

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

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

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