Html Css Color HEX #C4734A Red Damask

📋 copy color: '#C4734A'

red 196 ◦ green 115 ◦ blue 74

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

Shades of Red Damask #C4734A

Tints of Red Damask #C4734A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 50.91%
G = 29.87%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4734A (or 0xC4734A) is known color: Red Damask. HEX triplet: C4, 73 and 4A. RGB value is (196,115,74). Sum of RGB (Red+Green+Blue) = 196+115+74=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4734A is #3B8CB5. Grayscale: #868686. Windows color (decimal): -3902646 or 4879300. OLE color: 4879300.

HSL color Cylindrical-coordinate representation of color #C4734A: hue angle of 20.16º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4734A is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 74 -
CMYK 0 0.41 0.62 0.23
HSL 20.16º 0.51% 0.53% -
HSV(B) 20.16º 0.62% 0.77% -
XYZ 30.13 24.49 9.62 -
YUV 134.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 196 115 74 0 0.41 0.62 0.23 20.16 0.51 0.53
Hex C4 73 4A 0 29 3E 17 14 33 35
Octal 304 163 112 0 51 76 27 24 63 65
Binary 11000100 1110011 1001010 0 101001 111110 10111 10100 110011 110101

Color Harmonies of #C4734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4734A

Black with #C4734A

Text Example


Text Example

White with #C4734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4734A; }

 p { color: rgb(196,115,74); }

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

background-color css

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

 a { background-color: rgb(196,115,74); }

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

border-color css

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

 span { border-color: rgb(196,115,74); }

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