Html Css Color HEX #C6774E Red Damask

📋 copy color: '#C6774E'

red 198 ◦ green 119 ◦ blue 78

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

Shades of Red Damask #C6774E

Tints of Red Damask #C6774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 50.13%
G = 30.13%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6774E (or 0xC6774E) is known color: Red Damask. HEX triplet: C6, 77 and 4E. RGB value is (198,119,78). Sum of RGB (Red+Green+Blue) = 198+119+78=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6774E is #3988B1. Grayscale: #8A8A8A. Windows color (decimal): -3770546 or 5142470. OLE color: 5142470.

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

Color convert

RGB 198 119 78 -
CMYK 0 0.40 0.61 0.22
HSL 20.5º 0.51% 0.54% -
HSV(B) 20.5º 0.61% 0.78% -
XYZ 31.26 25.75 10.53 -
YUV 137.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 198 119 78 0 0.40 0.61 0.22 20.5 0.51 0.54
Hex C6 77 4E 0 28 3D 16 14 33 36
Octal 306 167 116 0 50 75 26 24 63 66
Binary 11000110 1110111 1001110 0 101000 111101 10110 10100 110011 110110

Color Harmonies of #C6774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6774E

Black with #C6774E

Text Example


Text Example

White with #C6774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6774E; }

 p { color: rgb(198,119,78); }

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

background-color css

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

 a { background-color: rgb(198,119,78); }

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

border-color css

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

 span { border-color: rgb(198,119,78); }

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