Html Css Color HEX #C6724A Red Damask

📋 copy color: '#C6724A'

red 198 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #C6724A

Tints of Red Damask #C6724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 51.3%
G = 29.53%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6724A (or 0xC6724A) is known color: Red Damask. HEX triplet: C6, 72 and 4A. RGB value is (198,114,74). Sum of RGB (Red+Green+Blue) = 198+114+74=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6724A is #398DB5. Grayscale: #868686. Windows color (decimal): -3771830 or 4879046. OLE color: 4879046.

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

Color convert

RGB 198 114 74 -
CMYK 0 0.42 0.63 0.22
HSL 19.35º 0.52% 0.53% -
HSV(B) 19.35º 0.63% 0.78% -
XYZ 30.54 24.53 9.6 -
YUV 134.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 198 114 74 0 0.42 0.63 0.22 19.35 0.52 0.53
Hex C6 72 4A 0 2A 3F 16 13 34 35
Octal 306 162 112 0 52 77 26 23 64 65
Binary 11000110 1110010 1001010 0 101010 111111 10110 10011 110100 110101

Color Harmonies of #C6724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6724A

Black with #C6724A

Text Example


Text Example

White with #C6724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6724A; }

 p { color: rgb(198,114,74); }

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

background-color css

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

 a { background-color: rgb(198,114,74); }

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

border-color css

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

 span { border-color: rgb(198,114,74); }

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