Html Css Color HEX #C17073 Turkish Rose

📋 copy color: '#C17073'

red 193 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #C17073

Tints of Turkish Rose #C17073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.38%

R = 45.95%
G = 26.67%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C17073 (or 0xC17073) is known color: Turkish Rose. HEX triplet: C1, 70 and 73. RGB value is (193,112,115). Sum of RGB (Red+Green+Blue) = 193+112+115=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C17073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17073 is #3E8F8C. Grayscale: #888888. Windows color (decimal): -4099981 or 7565505. OLE color: 7565505.

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

Color convert

RGB 193 112 115 -
CMYK 0 0.42 0.40 0.24
HSL 357.78º 0.4% 0.6% -
HSV(B) 357.78º 0.42% 0.76% -
XYZ 30.88 24.16 19.26 -
YUV 136.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 193 112 115 0 0.42 0.40 0.24 357.78 0.4 0.6
Hex C1 70 73 0 2A 28 18 166 28 3C
Octal 301 160 163 0 52 50 30 546 50 74
Binary 11000001 1110000 1110011 0 101010 101000 11000 101100110 101000 111100

Color Harmonies of #C17073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17073

Black with #C17073

Text Example


Text Example

White with #C17073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17073; }

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

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

background-color css

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

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

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

border-color css

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

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

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