Html Css Color HEX #C17D55 Red Damask

📋 copy color: '#C17D55'

red 193 ◦ green 125 ◦ blue 85

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

Shades of Red Damask #C17D55

Tints of Red Damask #C17D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 47.89%
G = 31.02%
B = 21.09%

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

#C17D55 (or 0xC17D55) is known color: Red Damask. HEX triplet: C1, 7D and 55. RGB value is (193,125,85). Sum of RGB (Red+Green+Blue) = 193+125+85=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D55 is #3E82AA. Grayscale: #8D8D8D. Windows color (decimal): -4096683 or 5602753. OLE color: 5602753.

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

Color convert

RGB 193 125 85 -
CMYK 0 0.35 0.56 0.24
HSL 22.22º 0.47% 0.55% -
HSV(B) 22.22º 0.56% 0.76% -
XYZ 30.97 26.66 12.11 -
YUV 140.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 193 125 85 0 0.35 0.56 0.24 22.22 0.47 0.55
Hex C1 7D 55 0 23 38 18 16 2F 37
Octal 301 175 125 0 43 70 30 26 57 67
Binary 11000001 1111101 1010101 0 100011 111000 11000 10110 101111 110111

Color Harmonies of #C17D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D55

Black with #C17D55

Text Example


Text Example

White with #C17D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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