Html Css Color HEX #C1684E Red Damask

📋 copy color: '#C1684E'

red 193 ◦ green 104 ◦ blue 78

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

Shades of Red Damask #C1684E

Tints of Red Damask #C1684E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 51.47%
G = 27.73%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1684E (or 0xC1684E) is known color: Red Damask. HEX triplet: C1, 68 and 4E. RGB value is (193,104,78). Sum of RGB (Red+Green+Blue) = 193+104+78=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1684E is #3E97B1. Grayscale: #7F7F7F. Windows color (decimal): -4102066 or 5138625. OLE color: 5138625.

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

Color convert

RGB 193 104 78 -
CMYK 0 0.46 0.60 0.24
HSL 13.57º 0.48% 0.53% -
HSV(B) 13.57º 0.6% 0.76% -
XYZ 28.32 21.79 9.92 -
YUV 127.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 193 104 78 0 0.46 0.60 0.24 13.57 0.48 0.53
Hex C1 68 4E 0 2E 3C 18 E 30 35
Octal 301 150 116 0 56 74 30 16 60 65
Binary 11000001 1101000 1001110 0 101110 111100 11000 1110 110000 110101

Color Harmonies of #C1684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1684E

Black with #C1684E

Text Example


Text Example

White with #C1684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1684E; }

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

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

background-color css

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

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

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

border-color css

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

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

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