Html Css Color HEX #C27172 Turkish Rose

📋 copy color: '#C27172'

red 194 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #C27172

Tints of Turkish Rose #C27172

RGB

 RED value IS 194 (76.17% from 255) = 46.08%

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

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

R = 46.08%
G = 26.84%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C27172 (or 0xC27172) is known color: Turkish Rose. HEX triplet: C2, 71 and 72. RGB value is (194,113,114). Sum of RGB (Red+Green+Blue) = 194+113+114=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C27172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27172 is #3D8E8D. Grayscale: #898989. Windows color (decimal): -4034190 or 7500226. OLE color: 7500226.

HSL color Cylindrical-coordinate representation of color #C27172: hue angle of 359.26º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27172 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 114 -
CMYK 0 0.42 0.41 0.24
HSL 359.26º 0.4% 0.6% -
HSV(B) 359.26º 0.42% 0.76% -
XYZ 31.19 24.49 19 -
YUV 137.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 194 113 114 0 0.42 0.41 0.24 359.26 0.4 0.6
Hex C2 71 72 0 2A 29 18 167 28 3C
Octal 302 161 162 0 52 51 30 547 50 74
Binary 11000010 1110001 1110010 0 101010 101001 11000 101100111 101000 111100

Color Harmonies of #C27172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27172

Black with #C27172

Text Example


Text Example

White with #C27172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27172; }

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

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

background-color css

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

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

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

border-color css

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

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

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