Html Css Color HEX #C4784F Red Damask

📋 copy color: '#C4784F'

red 196 ◦ green 120 ◦ blue 79

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

Shades of Red Damask #C4784F

Tints of Red Damask #C4784F

RGB

 RED value IS 196 (76.95% from 255) = 49.62%

 GREEN value IS 120 (47.27% from 255) = 30.38%

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

R = 49.62%
G = 30.38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4784F (or 0xC4784F) is known color: Red Damask. HEX triplet: C4, 78 and 4F. RGB value is (196,120,79). Sum of RGB (Red+Green+Blue) = 196+120+79=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4784F is #3B87B0. Grayscale: #8A8A8A. Windows color (decimal): -3901361 or 5208260. OLE color: 5208260.

HSL color Cylindrical-coordinate representation of color #C4784F: hue angle of 21.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4784F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 79 -
CMYK 0 0.39 0.60 0.23
HSL 21.03º 0.5% 0.54% -
HSV(B) 21.03º 0.6% 0.77% -
XYZ 30.89 25.73 10.74 -
YUV 138.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 196 120 79 0 0.39 0.60 0.23 21.03 0.5 0.54
Hex C4 78 4F 0 27 3C 17 15 32 36
Octal 304 170 117 0 47 74 27 25 62 66
Binary 11000100 1111000 1001111 0 100111 111100 10111 10101 110010 110110

Color Harmonies of #C4784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4784F

Black with #C4784F

Text Example


Text Example

White with #C4784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4784F; }

 p { color: rgb(196,120,79); }

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

background-color css

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

 a { background-color: rgb(196,120,79); }

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

border-color css

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

 span { border-color: rgb(196,120,79); }

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