Html Css Color HEX #C27475 Turkish Rose

📋 copy color: '#C27475'

red 194 ◦ green 116 ◦ blue 117

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

Shades of Turkish Rose #C27475

Tints of Turkish Rose #C27475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.17%

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

R = 45.43%
G = 27.17%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C27475 (or 0xC27475) is known color: Turkish Rose. HEX triplet: C2, 74 and 75. RGB value is (194,116,117). Sum of RGB (Red+Green+Blue) = 194+116+117=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C27475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27475 is #3D8B8A. Grayscale: #8B8B8B. Windows color (decimal): -4033419 or 7697602. OLE color: 7697602.

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

Color convert

RGB 194 116 117 -
CMYK 0 0.40 0.40 0.24
HSL 359.23º 0.39% 0.61% -
HSV(B) 359.23º 0.4% 0.76% -
XYZ 31.7 25.24 20.03 -
YUV 139.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 194 116 117 0 0.40 0.40 0.24 359.23 0.39 0.61
Hex C2 74 75 0 28 28 18 167 27 3D
Octal 302 164 165 0 50 50 30 547 47 75
Binary 11000010 1110100 1110101 0 101000 101000 11000 101100111 100111 111101

Color Harmonies of #C27475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27475

Black with #C27475

Text Example


Text Example

White with #C27475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27475; }

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

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

background-color css

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

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

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

border-color css

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

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

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