Html Css Color HEX #C16F72 Turkish Rose

📋 copy color: '#C16F72'

red 193 ◦ green 111 ◦ blue 114

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

Shades of Turkish Rose #C16F72

Tints of Turkish Rose #C16F72

RGB

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

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

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

R = 46.17%
G = 26.56%
B = 27.27%

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

#C16F72 (or 0xC16F72) is known color: Turkish Rose. HEX triplet: C1, 6F and 72. RGB value is (193,111,114). Sum of RGB (Red+Green+Blue) = 193+111+114=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F72 is #3E908D. Grayscale: #878787. Windows color (decimal): -4100238 or 7499713. OLE color: 7499713.

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

Color convert

RGB 193 111 114 -
CMYK 0 0.42 0.41 0.24
HSL 357.8º 0.4% 0.6% -
HSV(B) 357.8º 0.42% 0.76% -
XYZ 30.71 23.92 18.92 -
YUV 135.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 193 111 114 0 0.42 0.41 0.24 357.8 0.4 0.6
Hex C1 6F 72 0 2A 29 18 166 28 3C
Octal 301 157 162 0 52 51 30 546 50 74
Binary 11000001 1101111 1110010 0 101010 101001 11000 101100110 101000 111100

Color Harmonies of #C16F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F72

Black with #C16F72

Text Example


Text Example

White with #C16F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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