Html Css Color HEX #C1694C Red Damask

📋 copy color: '#C1694C'

red 193 ◦ green 105 ◦ blue 76

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

Shades of Red Damask #C1694C

Tints of Red Damask #C1694C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.32%

R = 51.6%
G = 28.07%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1694C (or 0xC1694C) is known color: Red Damask. HEX triplet: C1, 69 and 4C. RGB value is (193,105,76). Sum of RGB (Red+Green+Blue) = 193+105+76=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1694C is #3E96B3. Grayscale: #808080. Windows color (decimal): -4101812 or 5007809. OLE color: 5007809.

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

Color convert

RGB 193 105 76 -
CMYK 0 0.46 0.61 0.24
HSL 14.87º 0.49% 0.53% -
HSV(B) 14.87º 0.61% 0.76% -
XYZ 28.35 21.96 9.58 -
YUV 128.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 193 105 76 0 0.46 0.61 0.24 14.87 0.49 0.53
Hex C1 69 4C 0 2E 3D 18 F 31 35
Octal 301 151 114 0 56 75 30 17 61 65
Binary 11000001 1101001 1001100 0 101110 111101 11000 1111 110001 110101

Color Harmonies of #C1694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1694C

Black with #C1694C

Text Example


Text Example

White with #C1694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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