Html Css Color HEX #C1694A Red Damask

📋 copy color: '#C1694A'

red 193 ◦ green 105 ◦ blue 74

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

Shades of Red Damask #C1694A

Tints of Red Damask #C1694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 51.88%
G = 28.23%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1694A (or 0xC1694A) is known color: Red Damask. HEX triplet: C1, 69 and 4A. RGB value is (193,105,74). Sum of RGB (Red+Green+Blue) = 193+105+74=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1694A is #3E96B5. Grayscale: #7F7F7F. Windows color (decimal): -4101814 or 4876737. OLE color: 4876737.

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

Color convert

RGB 193 105 74 -
CMYK 0 0.46 0.62 0.24
HSL 15.63º 0.49% 0.52% -
HSV(B) 15.63º 0.62% 0.76% -
XYZ 28.28 21.94 9.22 -
YUV 127.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 193 105 74 0 0.46 0.62 0.24 15.63 0.49 0.52
Hex C1 69 4A 0 2E 3E 18 10 31 34
Octal 301 151 112 0 56 76 30 20 61 64
Binary 11000001 1101001 1001010 0 101110 111110 11000 10000 110001 110100

Color Harmonies of #C1694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1694A

Black with #C1694A

Text Example


Text Example

White with #C1694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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