Html Css Color HEX #C17071 Turkish Rose

📋 copy color: '#C17071'

red 193 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #C17071

Tints of Turkish Rose #C17071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.79%

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 46.17%
G = 26.79%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C17071 (or 0xC17071) is known color: Turkish Rose. HEX triplet: C1, 70 and 71. RGB value is (193,112,113). Sum of RGB (Red+Green+Blue) = 193+112+113=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C17071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17071 is #3E8F8E. Grayscale: #888888. Windows color (decimal): -4099983 or 7434433. OLE color: 7434433.

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

Color convert

RGB 193 112 113 -
CMYK 0 0.42 0.41 0.24
HSL 359.26º 0.4% 0.6% -
HSV(B) 359.26º 0.42% 0.76% -
XYZ 30.77 24.12 18.66 -
YUV 136.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 193 112 113 0 0.42 0.41 0.24 359.26 0.4 0.6
Hex C1 70 71 0 2A 29 18 167 28 3C
Octal 301 160 161 0 52 51 30 547 50 74
Binary 11000001 1110000 1110001 0 101010 101001 11000 101100111 101000 111100

Color Harmonies of #C17071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17071

Black with #C17071

Text Example


Text Example

White with #C17071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17071; }

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

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

background-color css

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

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

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

border-color css

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

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

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