Html Css Color HEX #C46F73 Turkish Rose

📋 copy color: '#C46F73'

red 196 ◦ green 111 ◦ blue 115

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

Shades of Turkish Rose #C46F73

Tints of Turkish Rose #C46F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 46.45%
G = 26.3%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C46F73 (or 0xC46F73) is known color: Turkish Rose. HEX triplet: C4, 6F and 73. RGB value is (196,111,115). Sum of RGB (Red+Green+Blue) = 196+111+115=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F73 is #3B908C. Grayscale: #888888. Windows color (decimal): -3903629 or 7565252. OLE color: 7565252.

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

Color convert

RGB 196 111 115 -
CMYK 0 0.43 0.41 0.23
HSL 357.18º 0.42% 0.6% -
HSV(B) 357.18º 0.43% 0.77% -
XYZ 31.54 24.34 19.26 -
YUV 136.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 196 111 115 0 0.43 0.41 0.23 357.18 0.42 0.6
Hex C4 6F 73 0 2B 29 17 165 2A 3C
Octal 304 157 163 0 53 51 27 545 52 74
Binary 11000100 1101111 1110011 0 101011 101001 10111 101100101 101010 111100

Color Harmonies of #C46F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F73

Black with #C46F73

Text Example


Text Example

White with #C46F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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