Html Css Color HEX #C47072 Turkish Rose

📋 copy color: '#C47072'

red 196 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #C47072

Tints of Turkish Rose #C47072

RGB

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

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

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

R = 46.45%
G = 26.54%
B = 27.01%

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

#C47072 (or 0xC47072) is known color: Turkish Rose. HEX triplet: C4, 70 and 72. RGB value is (196,112,114). Sum of RGB (Red+Green+Blue) = 196+112+114=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C47072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47072 is #3B8F8D. Grayscale: #898989. Windows color (decimal): -3903374 or 7499972. OLE color: 7499972.

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

Color convert

RGB 196 112 114 -
CMYK 0 0.43 0.42 0.23
HSL 358.57º 0.42% 0.6% -
HSV(B) 358.57º 0.43% 0.77% -
XYZ 31.6 24.54 18.99 -
YUV 137.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 196 112 114 0 0.43 0.42 0.23 358.57 0.42 0.6
Hex C4 70 72 0 2B 2A 17 167 2A 3C
Octal 304 160 162 0 53 52 27 547 52 74
Binary 11000100 1110000 1110010 0 101011 101010 10111 101100111 101010 111100

Color Harmonies of #C47072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47072

Black with #C47072

Text Example


Text Example

White with #C47072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47072; }

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

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

background-color css

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

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

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

border-color css

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

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

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