Html Css Color HEX #C17172 Turkish Rose

📋 copy color: '#C17172'

red 193 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #C17172

Tints of Turkish Rose #C17172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 45.95%
G = 26.9%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C17172 (or 0xC17172) is known color: Turkish Rose. HEX triplet: C1, 71 and 72. RGB value is (193,113,114). Sum of RGB (Red+Green+Blue) = 193+113+114=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C17172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17172 is #3E8E8D. Grayscale: #898989. Windows color (decimal): -4099726 or 7500225. OLE color: 7500225.

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

Color convert

RGB 193 113 114 -
CMYK 0 0.41 0.41 0.24
HSL 359.25º 0.39% 0.6% -
HSV(B) 359.25º 0.41% 0.76% -
XYZ 30.93 24.36 18.99 -
YUV 137.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 193 113 114 0 0.41 0.41 0.24 359.25 0.39 0.6
Hex C1 71 72 0 29 29 18 167 27 3C
Octal 301 161 162 0 51 51 30 547 47 74
Binary 11000001 1110001 1110010 0 101001 101001 11000 101100111 100111 111100

Color Harmonies of #C17172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17172

Black with #C17172

Text Example


Text Example

White with #C17172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17172; }

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

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

background-color css

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

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

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

border-color css

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

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

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