Html Css Color HEX #C17D54 Red Damask

📋 copy color: '#C17D54'

red 193 ◦ green 125 ◦ blue 84

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

Shades of Red Damask #C17D54

Tints of Red Damask #C17D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 48.01%
G = 31.09%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17D54 (or 0xC17D54) is known color: Red Damask. HEX triplet: C1, 7D and 54. RGB value is (193,125,84). Sum of RGB (Red+Green+Blue) = 193+125+84=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D54 is #3E82AB. Grayscale: #8C8C8C. Windows color (decimal): -4096684 or 5537217. OLE color: 5537217.

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

Color convert

RGB 193 125 84 -
CMYK 0 0.35 0.56 0.24
HSL 22.57º 0.47% 0.54% -
HSV(B) 22.57º 0.56% 0.76% -
XYZ 30.93 26.64 11.9 -
YUV 140.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 193 125 84 0 0.35 0.56 0.24 22.57 0.47 0.54
Hex C1 7D 54 0 23 38 18 17 2F 36
Octal 301 175 124 0 43 70 30 27 57 66
Binary 11000001 1111101 1010100 0 100011 111000 11000 10111 101111 110110

Color Harmonies of #C17D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D54

Black with #C17D54

Text Example


Text Example

White with #C17D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D54; }

 p { color: rgb(193,125,84); }

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

background-color css

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

 a { background-color: rgb(193,125,84); }

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

border-color css

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

 span { border-color: rgb(193,125,84); }

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