Html Css Color HEX #C17375 Turkish Rose

📋 copy color: '#C17375'

red 193 ◦ green 115 ◦ blue 117

#C17375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #C17375

Tints of Turkish Rose #C17375

RGB

 RED value IS 193 (75.78% from 255) = 45.41%

 GREEN value IS 115 (45.31% from 255) = 27.06%

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 45.41%
G = 27.06%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C17375 (or 0xC17375) is known color: Turkish Rose. HEX triplet: C1, 73 and 75. RGB value is (193,115,117). Sum of RGB (Red+Green+Blue) = 193+115+117=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C17375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17375 is #3E8C8A. Grayscale: #8A8A8A. Windows color (decimal): -4099211 or 7697345. OLE color: 7697345.

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

Color convert

RGB 193 115 117 -
CMYK 0 0.40 0.39 0.24
HSL 358.46º 0.39% 0.6% -
HSV(B) 358.46º 0.4% 0.76% -
XYZ 31.33 24.88 19.98 -
YUV 138.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 193 115 117 0 0.40 0.39 0.24 358.46 0.39 0.6
Hex C1 73 75 0 28 27 18 166 27 3C
Octal 301 163 165 0 50 47 30 546 47 74
Binary 11000001 1110011 1110101 0 101000 100111 11000 101100110 100111 111100

Color Harmonies of #C17375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17375

Black with #C17375

Text Example


Text Example

White with #C17375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17375; }

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

 H1.HeaderClassName
 {
   color: #C17375;
 }
 .AnyTagClassName
 {
   color: #C17375;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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