Html Css Color HEX #C16D6F Turkish Rose

📋 copy color: '#C16D6F'

red 193 ◦ green 109 ◦ blue 111

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

Shades of Turkish Rose #C16D6F

Tints of Turkish Rose #C16D6F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.39%

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 46.73%
G = 26.39%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C16D6F (or 0xC16D6F) is known color: Turkish Rose. HEX triplet: C1, 6D and 6F. RGB value is (193,109,111). Sum of RGB (Red+Green+Blue) = 193+109+111=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D6F is #3E9290. Grayscale: #868686. Windows color (decimal): -4100753 or 7302593. OLE color: 7302593.

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

Color convert

RGB 193 109 111 -
CMYK 0 0.44 0.42 0.24
HSL 358.57º 0.4% 0.59% -
HSV(B) 358.57º 0.44% 0.76% -
XYZ 30.33 23.42 17.96 -
YUV 134.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 193 109 111 0 0.44 0.42 0.24 358.57 0.4 0.59
Hex C1 6D 6F 0 2C 2A 18 167 28 3B
Octal 301 155 157 0 54 52 30 547 50 73
Binary 11000001 1101101 1101111 0 101100 101010 11000 101100111 101000 111011

Color Harmonies of #C16D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D6F

Black with #C16D6F

Text Example


Text Example

White with #C16D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D6F; }

 p { color: rgb(193,109,111); }

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

background-color css

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

 a { background-color: rgb(193,109,111); }

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

border-color css

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

 span { border-color: rgb(193,109,111); }

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