Html Css Color HEX #C27275 Turkish Rose

📋 copy color: '#C27275'

red 194 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #C27275

Tints of Turkish Rose #C27275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.82%

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

R = 45.65%
G = 26.82%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C27275 (or 0xC27275) is known color: Turkish Rose. HEX triplet: C2, 72 and 75. RGB value is (194,114,117). Sum of RGB (Red+Green+Blue) = 194+114+117=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27275 is #3D8D8A. Grayscale: #8A8A8A. Windows color (decimal): -4033931 or 7697090. OLE color: 7697090.

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

Color convert

RGB 194 114 117 -
CMYK 0 0.41 0.40 0.24
HSL 357.75º 0.4% 0.6% -
HSV(B) 357.75º 0.41% 0.76% -
XYZ 31.48 24.79 19.96 -
YUV 138.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 194 114 117 0 0.41 0.40 0.24 357.75 0.4 0.6
Hex C2 72 75 0 29 28 18 166 28 3C
Octal 302 162 165 0 51 50 30 546 50 74
Binary 11000010 1110010 1110101 0 101001 101000 11000 101100110 101000 111100

Color Harmonies of #C27275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27275

Black with #C27275

Text Example


Text Example

White with #C27275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27275; }

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

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

background-color css

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

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

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

border-color css

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

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

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