Html Css Color HEX #C17175 Turkish Rose

📋 copy color: '#C17175'

red 193 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #C17175

Tints of Turkish Rose #C17175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.71%

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

R = 45.63%
G = 26.71%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C17175 (or 0xC17175) is known color: Turkish Rose. HEX triplet: C1, 71 and 75. RGB value is (193,113,117). Sum of RGB (Red+Green+Blue) = 193+113+117=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C17175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17175 is #3E8E8A. Grayscale: #898989. Windows color (decimal): -4099723 or 7696833. OLE color: 7696833.

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

Color convert

RGB 193 113 117 -
CMYK 0 0.41 0.39 0.24
HSL 357º 0.39% 0.6% -
HSV(B) 357º 0.41% 0.76% -
XYZ 31.11 24.43 19.91 -
YUV 137.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 193 113 117 0 0.41 0.39 0.24 357 0.39 0.6
Hex C1 71 75 0 29 27 18 165 27 3C
Octal 301 161 165 0 51 47 30 545 47 74
Binary 11000001 1110001 1110101 0 101001 100111 11000 101100101 100111 111100

Color Harmonies of #C17175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17175

Black with #C17175

Text Example


Text Example

White with #C17175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17175; }

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

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

background-color css

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

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

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

border-color css

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

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

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