Html Css Color HEX #C17072 Turkish Rose

📋 copy color: '#C17072'

red 193 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #C17072

Tints of Turkish Rose #C17072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.73%

 BLUE value IS 114 (44.92% from 255) = 27.21%

R = 46.06%
G = 26.73%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C17072 (or 0xC17072) is known color: Turkish Rose. HEX triplet: C1, 70 and 72. RGB value is (193,112,114). Sum of RGB (Red+Green+Blue) = 193+112+114=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C17072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17072 is #3E8F8D. Grayscale: #888888. Windows color (decimal): -4099982 or 7499969. OLE color: 7499969.

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

Color convert

RGB 193 112 114 -
CMYK 0 0.42 0.41 0.24
HSL 358.52º 0.4% 0.6% -
HSV(B) 358.52º 0.42% 0.76% -
XYZ 30.82 24.14 18.95 -
YUV 136.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 193 112 114 0 0.42 0.41 0.24 358.52 0.4 0.6
Hex C1 70 72 0 2A 29 18 167 28 3C
Octal 301 160 162 0 52 51 30 547 50 74
Binary 11000001 1110000 1110010 0 101010 101001 11000 101100111 101000 111100

Color Harmonies of #C17072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17072

Black with #C17072

Text Example


Text Example

White with #C17072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17072; }

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

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

background-color css

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

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

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

border-color css

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

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

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