Html Css Color HEX #C47073 Turkish Rose

📋 copy color: '#C47073'

red 196 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #C47073

Tints of Turkish Rose #C47073

RGB

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

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

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

R = 46.34%
G = 26.48%
B = 27.19%

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

#C47073 (or 0xC47073) is known color: Turkish Rose. HEX triplet: C4, 70 and 73. RGB value is (196,112,115). Sum of RGB (Red+Green+Blue) = 196+112+115=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C47073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47073 is #3B8F8C. Grayscale: #898989. Windows color (decimal): -3903373 or 7565508. OLE color: 7565508.

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

Color convert

RGB 196 112 115 -
CMYK 0 0.43 0.41 0.23
HSL 357.86º 0.42% 0.6% -
HSV(B) 357.86º 0.43% 0.77% -
XYZ 31.65 24.56 19.29 -
YUV 137.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 196 112 115 0 0.43 0.41 0.23 357.86 0.42 0.6
Hex C4 70 73 0 2B 29 17 166 2A 3C
Octal 304 160 163 0 53 51 27 546 52 74
Binary 11000100 1110000 1110011 0 101011 101001 10111 101100110 101010 111100

Color Harmonies of #C47073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47073

Black with #C47073

Text Example


Text Example

White with #C47073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47073; }

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

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

background-color css

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

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

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

border-color css

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

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

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