Html Css Color HEX #C16F70 Turkish Rose

📋 copy color: '#C16F70'

red 193 ◦ green 111 ◦ blue 112

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

Shades of Turkish Rose #C16F70

Tints of Turkish Rose #C16F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.68%

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 46.39%
G = 26.68%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C16F70 (or 0xC16F70) is known color: Turkish Rose. HEX triplet: C1, 6F and 70. RGB value is (193,111,112). Sum of RGB (Red+Green+Blue) = 193+111+112=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F70 is #3E908F. Grayscale: #878787. Windows color (decimal): -4100240 or 7368641. OLE color: 7368641.

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

Color convert

RGB 193 111 112 -
CMYK 0 0.42 0.42 0.24
HSL 359.27º 0.4% 0.6% -
HSV(B) 359.27º 0.42% 0.76% -
XYZ 30.6 23.88 18.32 -
YUV 135.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 193 111 112 0 0.42 0.42 0.24 359.27 0.4 0.6
Hex C1 6F 70 0 2A 2A 18 167 28 3C
Octal 301 157 160 0 52 52 30 547 50 74
Binary 11000001 1101111 1110000 0 101010 101010 11000 101100111 101000 111100

Color Harmonies of #C16F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F70

Black with #C16F70

Text Example


Text Example

White with #C16F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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