Html Css Color HEX #C17074 Turkish Rose

📋 copy color: '#C17074'

red 193 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #C17074

Tints of Turkish Rose #C17074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.55%

R = 45.84%
G = 26.6%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C17074 (or 0xC17074) is known color: Turkish Rose. HEX triplet: C1, 70 and 74. RGB value is (193,112,116). Sum of RGB (Red+Green+Blue) = 193+112+116=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C17074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17074 is #3E8F8B. Grayscale: #888888. Windows color (decimal): -4099980 or 7631041. OLE color: 7631041.

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

Color convert

RGB 193 112 116 -
CMYK 0 0.42 0.40 0.24
HSL 357.04º 0.4% 0.6% -
HSV(B) 357.04º 0.42% 0.76% -
XYZ 30.94 24.19 19.56 -
YUV 136.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 193 112 116 0 0.42 0.40 0.24 357.04 0.4 0.6
Hex C1 70 74 0 2A 28 18 165 28 3C
Octal 301 160 164 0 52 50 30 545 50 74
Binary 11000001 1110000 1110100 0 101010 101000 11000 101100101 101000 111100

Color Harmonies of #C17074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17074

Black with #C17074

Text Example


Text Example

White with #C17074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17074; }

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

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

background-color css

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

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

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

border-color css

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

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

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