Html Css Color HEX #C27074 Turkish Rose

📋 copy color: '#C27074'

red 194 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #C27074

Tints of Turkish Rose #C27074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.49%

R = 45.97%
G = 26.54%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C27074 (or 0xC27074) is known color: Turkish Rose. HEX triplet: C2, 70 and 74. RGB value is (194,112,116). Sum of RGB (Red+Green+Blue) = 194+112+116=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C27074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27074 is #3D8F8B. Grayscale: #898989. Windows color (decimal): -4034444 or 7631042. OLE color: 7631042.

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

Color convert

RGB 194 112 116 -
CMYK 0 0.42 0.40 0.24
HSL 357.07º 0.4% 0.6% -
HSV(B) 357.07º 0.42% 0.76% -
XYZ 31.19 24.32 19.57 -
YUV 136.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 194 112 116 0 0.42 0.40 0.24 357.07 0.4 0.6
Hex C2 70 74 0 2A 28 18 165 28 3C
Octal 302 160 164 0 52 50 30 545 50 74
Binary 11000010 1110000 1110100 0 101010 101000 11000 101100101 101000 111100

Color Harmonies of #C27074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27074

Black with #C27074

Text Example


Text Example

White with #C27074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27074; }

 p { color: rgb(194,112,116); }

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

background-color css

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

 a { background-color: rgb(194,112,116); }

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

border-color css

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

 span { border-color: rgb(194,112,116); }

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