Html Css Color HEX #C16A6D Turkish Rose

📋 copy color: '#C16A6D'

red 193 ◦ green 106 ◦ blue 109

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

Shades of Turkish Rose #C16A6D

Tints of Turkish Rose #C16A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 47.3%
G = 25.98%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C16A6D (or 0xC16A6D) is known color: Turkish Rose. HEX triplet: C1, 6A and 6D. RGB value is (193,106,109). Sum of RGB (Red+Green+Blue) = 193+106+109=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16A6D is #3E9592. Grayscale: #848484. Windows color (decimal): -4101523 or 7170753. OLE color: 7170753.

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

Color convert

RGB 193 106 109 -
CMYK 0 0.45 0.44 0.24
HSL 357.93º 0.41% 0.59% -
HSV(B) 357.93º 0.45% 0.76% -
XYZ 29.91 22.75 17.28 -
YUV 132.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 193 106 109 0 0.45 0.44 0.24 357.93 0.41 0.59
Hex C1 6A 6D 0 2D 2C 18 166 29 3B
Octal 301 152 155 0 55 54 30 546 51 73
Binary 11000001 1101010 1101101 0 101101 101100 11000 101100110 101001 111011

Color Harmonies of #C16A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16A6D

Black with #C16A6D

Text Example


Text Example

White with #C16A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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