Html Css Color HEX #C0794F Red Damask

📋 copy color: '#C0794F'

red 192 ◦ green 121 ◦ blue 79

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

Shades of Red Damask #C0794F

Tints of Red Damask #C0794F

RGB

 RED value IS 192 (75.39% from 255) = 48.98%

 GREEN value IS 121 (47.66% from 255) = 30.87%

 BLUE value IS 79 (31.25% from 255) = 20.15%

R = 48.98%
G = 30.87%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0794F (or 0xC0794F) is known color: Red Damask. HEX triplet: C0, 79 and 4F. RGB value is (192,121,79). Sum of RGB (Red+Green+Blue) = 192+121+79=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0794F is #3F86B0. Grayscale: #898989. Windows color (decimal): -4163249 or 5208512. OLE color: 5208512.

HSL color Cylindrical-coordinate representation of color #C0794F: hue angle of 22.3º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0794F is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 79 -
CMYK 0 0.37 0.59 0.25
HSL 22.3º 0.47% 0.53% -
HSV(B) 22.3º 0.59% 0.75% -
XYZ 29.99 25.45 10.73 -
YUV 137.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 192 121 79 0 0.37 0.59 0.25 22.3 0.47 0.53
Hex C0 79 4F 0 25 3B 19 16 2F 35
Octal 300 171 117 0 45 73 31 26 57 65
Binary 11000000 1111001 1001111 0 100101 111011 11001 10110 101111 110101

Color Harmonies of #C0794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0794F

Black with #C0794F

Text Example


Text Example

White with #C0794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0794F; }

 p { color: rgb(192,121,79); }

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

background-color css

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

 a { background-color: rgb(192,121,79); }

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

border-color css

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

 span { border-color: rgb(192,121,79); }

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