Html Css Color HEX #C17274 Turkish Rose

📋 copy color: '#C17274'

red 193 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #C17274

Tints of Turkish Rose #C17274

RGB

 RED value IS 193 (75.78% from 255) = 45.63%

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

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

R = 45.63%
G = 26.95%
B = 27.42%

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

#C17274 (or 0xC17274) is known color: Turkish Rose. HEX triplet: C1, 72 and 74. RGB value is (193,114,116). Sum of RGB (Red+Green+Blue) = 193+114+116=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C17274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17274 is #3E8D8B. Grayscale: #898989. Windows color (decimal): -4099468 or 7631553. OLE color: 7631553.

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

Color convert

RGB 193 114 116 -
CMYK 0 0.41 0.40 0.24
HSL 358.48º 0.39% 0.6% -
HSV(B) 358.48º 0.41% 0.76% -
XYZ 31.16 24.63 19.64 -
YUV 137.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 193 114 116 0 0.41 0.40 0.24 358.48 0.39 0.6
Hex C1 72 74 0 29 28 18 166 27 3C
Octal 301 162 164 0 51 50 30 546 47 74
Binary 11000001 1110010 1110100 0 101001 101000 11000 101100110 100111 111100

Color Harmonies of #C17274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17274

Black with #C17274

Text Example


Text Example

White with #C17274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17274; }

 p { color: rgb(193,114,116); }

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

background-color css

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

 a { background-color: rgb(193,114,116); }

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

border-color css

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

 span { border-color: rgb(193,114,116); }

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