Html Css Color HEX #C7724A Red Damask

📋 copy color: '#C7724A'

red 199 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #C7724A

Tints of Red Damask #C7724A

RGB

 RED value IS 199 (78.13% from 255) = 51.42%

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

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

R = 51.42%
G = 29.46%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7724A (or 0xC7724A) is known color: Red Damask. HEX triplet: C7, 72 and 4A. RGB value is (199,114,74). Sum of RGB (Red+Green+Blue) = 199+114+74=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7724A is #388DB5. Grayscale: #878787. Windows color (decimal): -3706294 or 4879047. OLE color: 4879047.

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

Color convert

RGB 199 114 74 -
CMYK 0 0.43 0.63 0.22
HSL 19.2º 0.53% 0.54% -
HSV(B) 19.2º 0.63% 0.78% -
XYZ 30.81 24.67 9.62 -
YUV 134.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 199 114 74 0 0.43 0.63 0.22 19.2 0.53 0.54
Hex C7 72 4A 0 2B 3F 16 13 35 36
Octal 307 162 112 0 53 77 26 23 65 66
Binary 11000111 1110010 1001010 0 101011 111111 10110 10011 110101 110110

Color Harmonies of #C7724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7724A

Black with #C7724A

Text Example


Text Example

White with #C7724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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