Html Css Color HEX #C16A6E Turkish Rose

📋 copy color: '#C16A6E'

red 193 ◦ green 106 ◦ blue 110

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

Shades of Turkish Rose #C16A6E

Tints of Turkish Rose #C16A6E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.92%

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 47.19%
G = 25.92%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C16A6E (or 0xC16A6E) is known color: Turkish Rose. HEX triplet: C1, 6A and 6E. RGB value is (193,106,110). Sum of RGB (Red+Green+Blue) = 193+106+110=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16A6E is #3E9591. Grayscale: #848484. Windows color (decimal): -4101522 or 7236289. OLE color: 7236289.

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

Color convert

RGB 193 106 110 -
CMYK 0 0.45 0.43 0.24
HSL 357.24º 0.41% 0.59% -
HSV(B) 357.24º 0.45% 0.76% -
XYZ 29.96 22.77 17.57 -
YUV 132.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 193 106 110 0 0.45 0.43 0.24 357.24 0.41 0.59
Hex C1 6A 6E 0 2D 2B 18 165 29 3B
Octal 301 152 156 0 55 53 30 545 51 73
Binary 11000001 1101010 1101110 0 101101 101011 11000 101100101 101001 111011

Color Harmonies of #C16A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16A6E

Black with #C16A6E

Text Example


Text Example

White with #C16A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16A6E; }

 p { color: rgb(193,106,110); }

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

background-color css

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

 a { background-color: rgb(193,106,110); }

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

border-color css

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

 span { border-color: rgb(193,106,110); }

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