Html Css Color HEX #C27677 Turkish Rose

📋 copy color: '#C27677'

red 194 ◦ green 118 ◦ blue 119

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

Shades of Turkish Rose #C27677

Tints of Turkish Rose #C27677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.38%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 45.01%
G = 27.38%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C27677 (or 0xC27677) is known color: Turkish Rose. HEX triplet: C2, 76 and 77. RGB value is (194,118,119). Sum of RGB (Red+Green+Blue) = 194+118+119=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C27677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27677 is #3D8988. Grayscale: #8C8C8C. Windows color (decimal): -4032905 or 7829186. OLE color: 7829186.

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

Color convert

RGB 194 118 119 -
CMYK 0 0.39 0.39 0.24
HSL 359.21º 0.38% 0.61% -
HSV(B) 359.21º 0.39% 0.76% -
XYZ 32.06 25.76 20.74 -
YUV 140.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 194 118 119 0 0.39 0.39 0.24 359.21 0.38 0.61
Hex C2 76 77 0 27 27 18 167 26 3D
Octal 302 166 167 0 47 47 30 547 46 75
Binary 11000010 1110110 1110111 0 100111 100111 11000 101100111 100110 111101

Color Harmonies of #C27677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27677

Black with #C27677

Text Example


Text Example

White with #C27677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27677; }

 p { color: rgb(194,118,119); }

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

background-color css

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

 a { background-color: rgb(194,118,119); }

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

border-color css

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

 span { border-color: rgb(194,118,119); }

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