Html Css Color HEX #C46E6F Turkish Rose

📋 copy color: '#C46E6F'

red 196 ◦ green 110 ◦ blue 111

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

Shades of Turkish Rose #C46E6F

Tints of Turkish Rose #C46E6F

RGB

 RED value IS 196 (76.95% from 255) = 47%

 GREEN value IS 110 (43.36% from 255) = 26.38%

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

R = 47%
G = 26.38%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C46E6F (or 0xC46E6F) is known color: Turkish Rose. HEX triplet: C4, 6E and 6F. RGB value is (196,110,111). Sum of RGB (Red+Green+Blue) = 196+110+111=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E6F is #3B9190. Grayscale: #878787. Windows color (decimal): -3903889 or 7302852. OLE color: 7302852.

HSL color Cylindrical-coordinate representation of color #C46E6F: hue angle of 359.3º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46E6F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 110 111 -
CMYK 0 0.44 0.43 0.23
HSL 359.3º 0.42% 0.6% -
HSV(B) 359.3º 0.44% 0.77% -
XYZ 31.21 24.04 18.03 -
YUV 135.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 196 110 111 0 0.44 0.43 0.23 359.3 0.42 0.6
Hex C4 6E 6F 0 2C 2B 17 167 2A 3C
Octal 304 156 157 0 54 53 27 547 52 74
Binary 11000100 1101110 1101111 0 101100 101011 10111 101100111 101010 111100

Color Harmonies of #C46E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46E6F

Black with #C46E6F

Text Example


Text Example

White with #C46E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46E6F; }

 p { color: rgb(196,110,111); }

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

background-color css

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

 a { background-color: rgb(196,110,111); }

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

border-color css

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

 span { border-color: rgb(196,110,111); }

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