Html Css Color HEX #C47173 Turkish Rose

📋 copy color: '#C47173'

red 196 ◦ green 113 ◦ blue 115

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

Shades of Turkish Rose #C47173

Tints of Turkish Rose #C47173

RGB

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

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

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

R = 46.23%
G = 26.65%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C47173 (or 0xC47173) is known color: Turkish Rose. HEX triplet: C4, 71 and 73. RGB value is (196,113,115). Sum of RGB (Red+Green+Blue) = 196+113+115=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C47173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47173 is #3B8E8C. Grayscale: #8A8A8A. Windows color (decimal): -3903117 or 7565764. OLE color: 7565764.

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

Color convert

RGB 196 113 115 -
CMYK 0 0.42 0.41 0.23
HSL 358.55º 0.41% 0.61% -
HSV(B) 358.55º 0.42% 0.77% -
XYZ 31.76 24.78 19.33 -
YUV 138.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 196 113 115 0 0.42 0.41 0.23 358.55 0.41 0.61
Hex C4 71 73 0 2A 29 17 167 29 3D
Octal 304 161 163 0 52 51 27 547 51 75
Binary 11000100 1110001 1110011 0 101010 101001 10111 101100111 101001 111101

Color Harmonies of #C47173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47173

Black with #C47173

Text Example


Text Example

White with #C47173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47173; }

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

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

background-color css

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

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

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

border-color css

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

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

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