Html Css Color HEX #C1704C Red Damask

📋 copy color: '#C1704C'

red 193 ◦ green 112 ◦ blue 76

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

Shades of Red Damask #C1704C

Tints of Red Damask #C1704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 50.66%
G = 29.4%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1704C (or 0xC1704C) is known color: Red Damask. HEX triplet: C1, 70 and 4C. RGB value is (193,112,76). Sum of RGB (Red+Green+Blue) = 193+112+76=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1704C is #3E8FB3. Grayscale: #848484. Windows color (decimal): -4100020 or 5009601. OLE color: 5009601.

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

Color convert

RGB 193 112 76 -
CMYK 0 0.42 0.61 0.24
HSL 18.46º 0.49% 0.53% -
HSV(B) 18.46º 0.61% 0.76% -
XYZ 29.09 23.45 9.83 -
YUV 132.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 193 112 76 0 0.42 0.61 0.24 18.46 0.49 0.53
Hex C1 70 4C 0 2A 3D 18 12 31 35
Octal 301 160 114 0 52 75 30 22 61 65
Binary 11000001 1110000 1001100 0 101010 111101 11000 10010 110001 110101

Color Harmonies of #C1704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1704C

Black with #C1704C

Text Example


Text Example

White with #C1704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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