Html Css Color HEX #C1714A Red Damask

📋 copy color: '#C1714A'

red 193 ◦ green 113 ◦ blue 74

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

Shades of Red Damask #C1714A

Tints of Red Damask #C1714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 50.79%
G = 29.74%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1714A (or 0xC1714A) is known color: Red Damask. HEX triplet: C1, 71 and 4A. RGB value is (193,113,74). Sum of RGB (Red+Green+Blue) = 193+113+74=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C1714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1714A is #3E8EB5. Grayscale: #848484. Windows color (decimal): -4099766 or 4878785. OLE color: 4878785.

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

Color convert

RGB 193 113 74 -
CMYK 0 0.41 0.62 0.24
HSL 19.66º 0.49% 0.52% -
HSV(B) 19.66º 0.62% 0.76% -
XYZ 29.13 23.64 9.51 -
YUV 132.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 193 113 74 0 0.41 0.62 0.24 19.66 0.49 0.52
Hex C1 71 4A 0 29 3E 18 14 31 34
Octal 301 161 112 0 51 76 30 24 61 64
Binary 11000001 1110001 1001010 0 101001 111110 11000 10100 110001 110100

Color Harmonies of #C1714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1714A

Black with #C1714A

Text Example


Text Example

White with #C1714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1714A; }

 p { color: rgb(193,113,74); }

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

background-color css

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

 a { background-color: rgb(193,113,74); }

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

border-color css

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

 span { border-color: rgb(193,113,74); }

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