Html Css Color HEX #C6794C Red Damask

📋 copy color: '#C6794C'

red 198 ◦ green 121 ◦ blue 76

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

Shades of Red Damask #C6794C

Tints of Red Damask #C6794C

RGB

 RED value IS 198 (77.73% from 255) = 50.13%

 GREEN value IS 121 (47.66% from 255) = 30.63%

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

R = 50.13%
G = 30.63%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6794C (or 0xC6794C) is known color: Red Damask. HEX triplet: C6, 79 and 4C. RGB value is (198,121,76). Sum of RGB (Red+Green+Blue) = 198+121+76=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6794C is #3986B3. Grayscale: #8B8B8B. Windows color (decimal): -3770036 or 5011910. OLE color: 5011910.

HSL color Cylindrical-coordinate representation of color #C6794C: hue angle of 22.13º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6794C is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 121 76 -
CMYK 0 0.39 0.62 0.22
HSL 22.13º 0.52% 0.54% -
HSV(B) 22.13º 0.62% 0.78% -
XYZ 31.43 26.2 10.24 -
YUV 138.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 198 121 76 0 0.39 0.62 0.22 22.13 0.52 0.54
Hex C6 79 4C 0 27 3E 16 16 34 36
Octal 306 171 114 0 47 76 26 26 64 66
Binary 11000110 1111001 1001100 0 100111 111110 10110 10110 110100 110110

Color Harmonies of #C6794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6794C

Black with #C6794C

Text Example


Text Example

White with #C6794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6794C; }

 p { color: rgb(198,121,76); }

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

background-color css

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

 a { background-color: rgb(198,121,76); }

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

border-color css

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

 span { border-color: rgb(198,121,76); }

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