Html Css Color HEX #C17754 Red Damask

📋 copy color: '#C17754'

red 193 ◦ green 119 ◦ blue 84

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

Shades of Red Damask #C17754

Tints of Red Damask #C17754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

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

R = 48.74%
G = 30.05%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17754 (or 0xC17754) is known color: Red Damask. HEX triplet: C1, 77 and 54. RGB value is (193,119,84). Sum of RGB (Red+Green+Blue) = 193+119+84=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C17754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17754 is #3E88AB. Grayscale: #898989. Windows color (decimal): -4098220 or 5535681. OLE color: 5535681.

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

Color convert

RGB 193 119 84 -
CMYK 0 0.38 0.56 0.24
HSL 19.27º 0.47% 0.54% -
HSV(B) 19.27º 0.56% 0.76% -
XYZ 30.19 25.17 11.65 -
YUV 137.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 193 119 84 0 0.38 0.56 0.24 19.27 0.47 0.54
Hex C1 77 54 0 26 38 18 13 2F 36
Octal 301 167 124 0 46 70 30 23 57 66
Binary 11000001 1110111 1010100 0 100110 111000 11000 10011 101111 110110

Color Harmonies of #C17754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17754

Black with #C17754

Text Example


Text Example

White with #C17754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17754; }

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

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

background-color css

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

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

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

border-color css

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

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

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