Html Css Color HEX #C17253 Red Damask

📋 copy color: '#C17253'

red 193 ◦ green 114 ◦ blue 83

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

Shades of Red Damask #C17253

Tints of Red Damask #C17253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 49.49%
G = 29.23%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C17253 (or 0xC17253) is known color: Red Damask. HEX triplet: C1, 72 and 53. RGB value is (193,114,83). Sum of RGB (Red+Green+Blue) = 193+114+83=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C17253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17253 is #3E8DAC. Grayscale: #868686. Windows color (decimal): -4099501 or 5468865. OLE color: 5468865.

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

Color convert

RGB 193 114 83 -
CMYK 0 0.41 0.57 0.24
HSL 16.91º 0.47% 0.54% -
HSV(B) 16.91º 0.57% 0.76% -
XYZ 29.57 24 11.26 -
YUV 134.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 193 114 83 0 0.41 0.57 0.24 16.91 0.47 0.54
Hex C1 72 53 0 29 39 18 11 2F 36
Octal 301 162 123 0 51 71 30 21 57 66
Binary 11000001 1110010 1010011 0 101001 111001 11000 10001 101111 110110

Color Harmonies of #C17253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17253

Black with #C17253

Text Example


Text Example

White with #C17253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17253; }

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

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

background-color css

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

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

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

border-color css

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

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

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