Html Css Color HEX #C46F71 Turkish Rose

📋 copy color: '#C46F71'

red 196 ◦ green 111 ◦ blue 113

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

Shades of Turkish Rose #C46F71

Tints of Turkish Rose #C46F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.9%

R = 46.67%
G = 26.43%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C46F71 (or 0xC46F71) is known color: Turkish Rose. HEX triplet: C4, 6F and 71. RGB value is (196,111,113). Sum of RGB (Red+Green+Blue) = 196+111+113=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F71 is #3B908E. Grayscale: #888888. Windows color (decimal): -3903631 or 7434180. OLE color: 7434180.

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

Color convert

RGB 196 111 113 -
CMYK 0 0.43 0.42 0.23
HSL 358.59º 0.42% 0.6% -
HSV(B) 358.59º 0.43% 0.77% -
XYZ 31.43 24.3 18.66 -
YUV 136.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 196 111 113 0 0.43 0.42 0.23 358.59 0.42 0.6
Hex C4 6F 71 0 2B 2A 17 167 2A 3C
Octal 304 157 161 0 53 52 27 547 52 74
Binary 11000100 1101111 1110001 0 101011 101010 10111 101100111 101010 111100

Color Harmonies of #C46F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F71

Black with #C46F71

Text Example


Text Example

White with #C46F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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