Html Css Color HEX #C17053 Red Damask

📋 copy color: '#C17053'

red 193 ◦ green 112 ◦ blue 83

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

Shades of Red Damask #C17053

Tints of Red Damask #C17053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 49.74%
G = 28.87%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C17053 (or 0xC17053) is known color: Red Damask. HEX triplet: C1, 70 and 53. RGB value is (193,112,83). Sum of RGB (Red+Green+Blue) = 193+112+83=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C17053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17053 is #3E8FAC. Grayscale: #858585. Windows color (decimal): -4100013 or 5468353. OLE color: 5468353.

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

Color convert

RGB 193 112 83 -
CMYK 0 0.42 0.57 0.24
HSL 15.82º 0.47% 0.54% -
HSV(B) 15.82º 0.57% 0.76% -
XYZ 29.35 23.55 11.18 -
YUV 132.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 193 112 83 0 0.42 0.57 0.24 15.82 0.47 0.54
Hex C1 70 53 0 2A 39 18 10 2F 36
Octal 301 160 123 0 52 71 30 20 57 66
Binary 11000001 1110000 1010011 0 101010 111001 11000 10000 101111 110110

Color Harmonies of #C17053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17053

Black with #C17053

Text Example


Text Example

White with #C17053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17053; }

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

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

background-color css

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

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

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

border-color css

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

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

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