Html Css Color HEX #CC794F Red Damask

📋 copy color: '#CC794F'

red 204 ◦ green 121 ◦ blue 79

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

Shades of Red Damask #CC794F

Tints of Red Damask #CC794F

RGB

 RED value IS 204 (80.08% from 255) = 50.5%

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

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

R = 50.5%
G = 29.95%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC794F (or 0xCC794F) is known color: Red Damask. HEX triplet: CC, 79 and 4F. RGB value is (204,121,79). Sum of RGB (Red+Green+Blue) = 204+121+79=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC794F is #3386B0. Grayscale: #8D8D8D. Windows color (decimal): -3376817 or 5208524. OLE color: 5208524.

HSL color Cylindrical-coordinate representation of color #CC794F: hue angle of 20.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC794F is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 79 -
CMYK 0 0.41 0.61 0.2
HSL 20.16º 0.55% 0.55% -
HSV(B) 20.16º 0.61% 0.8% -
XYZ 33.15 27.08 10.88 -
YUV 141.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 204 121 79 0 0.41 0.61 0.2 20.16 0.55 0.55
Hex CC 79 4F 0 29 3D 14 14 37 37
Octal 314 171 117 0 51 75 24 24 67 67
Binary 11001100 1111001 1001111 0 101001 111101 10100 10100 110111 110111

Color Harmonies of #CC794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC794F

Black with #CC794F

Text Example


Text Example

White with #CC794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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