Html Css Color HEX #C47071 Turkish Rose

📋 copy color: '#C47071'

red 196 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #C47071

Tints of Turkish Rose #C47071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.6%

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

R = 46.56%
G = 26.6%
B = 26.84%

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

#C47071 (or 0xC47071) is known color: Turkish Rose. HEX triplet: C4, 70 and 71. RGB value is (196,112,113). Sum of RGB (Red+Green+Blue) = 196+112+113=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C47071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47071 is #3B8F8E. Grayscale: #898989. Windows color (decimal): -3903375 or 7434436. OLE color: 7434436.

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

Color convert

RGB 196 112 113 -
CMYK 0 0.43 0.42 0.23
HSL 359.29º 0.42% 0.6% -
HSV(B) 359.29º 0.43% 0.77% -
XYZ 31.54 24.52 18.69 -
YUV 137.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 196 112 113 0 0.43 0.42 0.23 359.29 0.42 0.6
Hex C4 70 71 0 2B 2A 17 167 2A 3C
Octal 304 160 161 0 53 52 27 547 52 74
Binary 11000100 1110000 1110001 0 101011 101010 10111 101100111 101010 111100

Color Harmonies of #C47071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47071

Black with #C47071

Text Example


Text Example

White with #C47071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47071; }

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

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

background-color css

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

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

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

border-color css

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

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

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