Html Css Color HEX #C27175 Turkish Rose

📋 copy color: '#C27175'

red 194 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #C27175

Tints of Turkish Rose #C27175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 45.75%
G = 26.65%
B = 27.59%

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

#C27175 (or 0xC27175) is known color: Turkish Rose. HEX triplet: C2, 71 and 75. RGB value is (194,113,117). Sum of RGB (Red+Green+Blue) = 194+113+117=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C27175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27175 is #3D8E8A. Grayscale: #898989. Windows color (decimal): -4034187 or 7696834. OLE color: 7696834.

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

Color convert

RGB 194 113 117 -
CMYK 0 0.42 0.40 0.24
HSL 357.04º 0.4% 0.6% -
HSV(B) 357.04º 0.42% 0.76% -
XYZ 31.36 24.56 19.92 -
YUV 137.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 194 113 117 0 0.42 0.40 0.24 357.04 0.4 0.6
Hex C2 71 75 0 2A 28 18 165 28 3C
Octal 302 161 165 0 52 50 30 545 50 74
Binary 11000010 1110001 1110101 0 101010 101000 11000 101100101 101000 111100

Color Harmonies of #C27175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27175

Black with #C27175

Text Example


Text Example

White with #C27175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27175; }

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

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

background-color css

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

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

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

border-color css

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

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

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