Html Css Color HEX #C6784B Red Damask

📋 copy color: '#C6784B'

red 198 ◦ green 120 ◦ blue 75

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

Shades of Red Damask #C6784B

Tints of Red Damask #C6784B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 50.38%
G = 30.53%
B = 19.08%

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

#C6784B (or 0xC6784B) is known color: Red Damask. HEX triplet: C6, 78 and 4B. RGB value is (198,120,75). Sum of RGB (Red+Green+Blue) = 198+120+75=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6784B is #3987B4. Grayscale: #8A8A8A. Windows color (decimal): -3770293 or 4946118. OLE color: 4946118.

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

Color convert

RGB 198 120 75 -
CMYK 0 0.39 0.62 0.22
HSL 21.95º 0.52% 0.54% -
HSV(B) 21.95º 0.62% 0.78% -
XYZ 31.28 25.95 10.02 -
YUV 138.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 198 120 75 0 0.39 0.62 0.22 21.95 0.52 0.54
Hex C6 78 4B 0 27 3E 16 16 34 36
Octal 306 170 113 0 47 76 26 26 64 66
Binary 11000110 1111000 1001011 0 100111 111110 10110 10110 110100 110110

Color Harmonies of #C6784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6784B

Black with #C6784B

Text Example


Text Example

White with #C6784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6784B; }

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

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

background-color css

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

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

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

border-color css

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

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

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