Html Css Color HEX #C6784C Red Damask

📋 copy color: '#C6784C'

red 198 ◦ green 120 ◦ blue 76

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

Shades of Red Damask #C6784C

Tints of Red Damask #C6784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.46%

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

R = 50.25%
G = 30.46%
B = 19.29%

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

#C6784C (or 0xC6784C) is known color: Red Damask. HEX triplet: C6, 78 and 4C. RGB value is (198,120,76). Sum of RGB (Red+Green+Blue) = 198+120+76=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6784C is #3987B3. Grayscale: #8A8A8A. Windows color (decimal): -3770292 or 5011654. OLE color: 5011654.

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

Color convert

RGB 198 120 76 -
CMYK 0 0.39 0.62 0.22
HSL 21.64º 0.52% 0.54% -
HSV(B) 21.64º 0.62% 0.78% -
XYZ 31.31 25.96 10.2 -
YUV 138.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 198 120 76 0 0.39 0.62 0.22 21.64 0.52 0.54
Hex C6 78 4C 0 27 3E 16 16 34 36
Octal 306 170 114 0 47 76 26 26 64 66
Binary 11000110 1111000 1001100 0 100111 111110 10110 10110 110100 110110

Color Harmonies of #C6784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6784C

Black with #C6784C

Text Example


Text Example

White with #C6784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6784C; }

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

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

background-color css

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

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

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

border-color css

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

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

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