Html Css Color HEX #C1704F Red Damask

📋 copy color: '#C1704F'

red 193 ◦ green 112 ◦ blue 79

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

Shades of Red Damask #C1704F

Tints of Red Damask #C1704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 50.26%
G = 29.17%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1704F (or 0xC1704F) is known color: Red Damask. HEX triplet: C1, 70 and 4F. RGB value is (193,112,79). Sum of RGB (Red+Green+Blue) = 193+112+79=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1704F is #3E8FB0. Grayscale: #848484. Windows color (decimal): -4100017 or 5206209. OLE color: 5206209.

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

Color convert

RGB 193 112 79 -
CMYK 0 0.42 0.59 0.24
HSL 17.37º 0.48% 0.53% -
HSV(B) 17.37º 0.59% 0.76% -
XYZ 29.2 23.49 10.39 -
YUV 132.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 193 112 79 0 0.42 0.59 0.24 17.37 0.48 0.53
Hex C1 70 4F 0 2A 3B 18 11 30 35
Octal 301 160 117 0 52 73 30 21 60 65
Binary 11000001 1110000 1001111 0 101010 111011 11000 10001 110000 110101

Color Harmonies of #C1704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1704F

Black with #C1704F

Text Example


Text Example

White with #C1704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1704F; }

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

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

background-color css

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

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

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

border-color css

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

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

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