Html Css Color HEX #C4764D Red Damask

📋 copy color: '#C4764D'

red 196 ◦ green 118 ◦ blue 77

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

Shades of Red Damask #C4764D

Tints of Red Damask #C4764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 50.13%
G = 30.18%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4764D (or 0xC4764D) is known color: Red Damask. HEX triplet: C4, 76 and 4D. RGB value is (196,118,77). Sum of RGB (Red+Green+Blue) = 196+118+77=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4764D is #3B89B2. Grayscale: #888888. Windows color (decimal): -3901875 or 5076676. OLE color: 5076676.

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

Color convert

RGB 196 118 77 -
CMYK 0 0.40 0.61 0.23
HSL 20.67º 0.5% 0.54% -
HSV(B) 20.67º 0.61% 0.77% -
XYZ 30.58 25.23 10.28 -
YUV 136.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 196 118 77 0 0.40 0.61 0.23 20.67 0.5 0.54
Hex C4 76 4D 0 28 3D 17 15 32 36
Octal 304 166 115 0 50 75 27 25 62 66
Binary 11000100 1110110 1001101 0 101000 111101 10111 10101 110010 110110

Color Harmonies of #C4764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4764D

Black with #C4764D

Text Example


Text Example

White with #C4764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4764D; }

 p { color: rgb(196,118,77); }

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

background-color css

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

 a { background-color: rgb(196,118,77); }

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

border-color css

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

 span { border-color: rgb(196,118,77); }

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