Html Css Color HEX #C2794F Red Damask

📋 copy color: '#C2794F'

red 194 ◦ green 121 ◦ blue 79

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

Shades of Red Damask #C2794F

Tints of Red Damask #C2794F

RGB

 RED value IS 194 (76.17% from 255) = 49.24%

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

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

R = 49.24%
G = 30.71%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2794F (or 0xC2794F) is known color: Red Damask. HEX triplet: C2, 79 and 4F. RGB value is (194,121,79). Sum of RGB (Red+Green+Blue) = 194+121+79=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2794F is #3D86B0. Grayscale: #8A8A8A. Windows color (decimal): -4032177 or 5208514. OLE color: 5208514.

HSL color Cylindrical-coordinate representation of color #C2794F: hue angle of 21.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2794F is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 121 79 -
CMYK 0 0.38 0.59 0.24
HSL 21.91º 0.49% 0.54% -
HSV(B) 21.91º 0.59% 0.76% -
XYZ 30.5 25.71 10.75 -
YUV 138.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 194 121 79 0 0.38 0.59 0.24 21.91 0.49 0.54
Hex C2 79 4F 0 26 3B 18 16 31 36
Octal 302 171 117 0 46 73 30 26 61 66
Binary 11000010 1111001 1001111 0 100110 111011 11000 10110 110001 110110

Color Harmonies of #C2794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2794F

Black with #C2794F

Text Example


Text Example

White with #C2794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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