Html Css Color HEX #C1684A Red Damask

📋 copy color: '#C1684A'

red 193 ◦ green 104 ◦ blue 74

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

Shades of Red Damask #C1684A

Tints of Red Damask #C1684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 52.02%
G = 28.03%
B = 19.95%

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

#C1684A (or 0xC1684A) is known color: Red Damask. HEX triplet: C1, 68 and 4A. RGB value is (193,104,74). Sum of RGB (Red+Green+Blue) = 193+104+74=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1684A is #3E97B5. Grayscale: #7F7F7F. Windows color (decimal): -4102070 or 4876481. OLE color: 4876481.

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

Color convert

RGB 193 104 74 -
CMYK 0 0.46 0.62 0.24
HSL 15.13º 0.49% 0.52% -
HSV(B) 15.13º 0.62% 0.76% -
XYZ 28.18 21.73 9.19 -
YUV 127.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 193 104 74 0 0.46 0.62 0.24 15.13 0.49 0.52
Hex C1 68 4A 0 2E 3E 18 F 31 34
Octal 301 150 112 0 56 76 30 17 61 64
Binary 11000001 1101000 1001010 0 101110 111110 11000 1111 110001 110100

Color Harmonies of #C1684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1684A

Black with #C1684A

Text Example


Text Example

White with #C1684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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