Html Css Color HEX #C17A50 Red Damask

📋 copy color: '#C17A50'

red 193 ◦ green 122 ◦ blue 80

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

Shades of Red Damask #C17A50

Tints of Red Damask #C17A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 48.86%
G = 30.89%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C17A50 (or 0xC17A50) is known color: Red Damask. HEX triplet: C1, 7A and 50. RGB value is (193,122,80). Sum of RGB (Red+Green+Blue) = 193+122+80=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A50 is #3E85AF. Grayscale: #8A8A8A. Windows color (decimal): -4097456 or 5274305. OLE color: 5274305.

HSL color Cylindrical-coordinate representation of color #C17A50: hue angle of 22.3º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C17A50 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 122 80 -
CMYK 0 0.37 0.59 0.24
HSL 22.3º 0.48% 0.54% -
HSV(B) 22.3º 0.59% 0.76% -
XYZ 30.4 25.84 10.97 -
YUV 138.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 193 122 80 0 0.37 0.59 0.24 22.3 0.48 0.54
Hex C1 7A 50 0 25 3B 18 16 30 36
Octal 301 172 120 0 45 73 30 26 60 66
Binary 11000001 1111010 1010000 0 100101 111011 11000 10110 110000 110110

Color Harmonies of #C17A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A50

Black with #C17A50

Text Example


Text Example

White with #C17A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A50; }

 p { color: rgb(193,122,80); }

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

background-color css

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

 a { background-color: rgb(193,122,80); }

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

border-color css

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

 span { border-color: rgb(193,122,80); }

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