Html Css Color HEX #C47172 Turkish Rose

📋 copy color: '#C47172'

red 196 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #C47172

Tints of Turkish Rose #C47172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.71%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 46.34%
G = 26.71%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C47172 (or 0xC47172) is known color: Turkish Rose. HEX triplet: C4, 71 and 72. RGB value is (196,113,114). Sum of RGB (Red+Green+Blue) = 196+113+114=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C47172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47172 is #3B8E8D. Grayscale: #8A8A8A. Windows color (decimal): -3903118 or 7500228. OLE color: 7500228.

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

Color convert

RGB 196 113 114 -
CMYK 0 0.42 0.42 0.23
HSL 359.28º 0.41% 0.61% -
HSV(B) 359.28º 0.42% 0.77% -
XYZ 31.71 24.76 19.03 -
YUV 137.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 196 113 114 0 0.42 0.42 0.23 359.28 0.41 0.61
Hex C4 71 72 0 2A 2A 17 167 29 3D
Octal 304 161 162 0 52 52 27 547 51 75
Binary 11000100 1110001 1110010 0 101010 101010 10111 101100111 101001 111101

Color Harmonies of #C47172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47172

Black with #C47172

Text Example


Text Example

White with #C47172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47172; }

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

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

background-color css

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

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

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

border-color css

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

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

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