Html Css Color HEX #C1684D Red Damask

📋 copy color: '#C1684D'

red 193 ◦ green 104 ◦ blue 77

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

Shades of Red Damask #C1684D

Tints of Red Damask #C1684D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 51.6%
G = 27.81%
B = 20.59%

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

#C1684D (or 0xC1684D) is known color: Red Damask. HEX triplet: C1, 68 and 4D. RGB value is (193,104,77). Sum of RGB (Red+Green+Blue) = 193+104+77=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1684D is #3E97B2. Grayscale: #7F7F7F. Windows color (decimal): -4102067 or 5073089. OLE color: 5073089.

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

Color convert

RGB 193 104 77 -
CMYK 0 0.46 0.60 0.24
HSL 13.97º 0.48% 0.53% -
HSV(B) 13.97º 0.6% 0.76% -
XYZ 28.28 21.77 9.73 -
YUV 127.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 193 104 77 0 0.46 0.60 0.24 13.97 0.48 0.53
Hex C1 68 4D 0 2E 3C 18 E 30 35
Octal 301 150 115 0 56 74 30 16 60 65
Binary 11000001 1101000 1001101 0 101110 111100 11000 1110 110000 110101

Color Harmonies of #C1684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1684D

Black with #C1684D

Text Example


Text Example

White with #C1684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1684D; }

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

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

background-color css

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

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

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

border-color css

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

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

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