Html Css Color HEX #C4734C Red Damask

📋 copy color: '#C4734C'

red 196 ◦ green 115 ◦ blue 76

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

Shades of Red Damask #C4734C

Tints of Red Damask #C4734C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 50.65%
G = 29.72%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4734C (or 0xC4734C) is known color: Red Damask. HEX triplet: C4, 73 and 4C. RGB value is (196,115,76). Sum of RGB (Red+Green+Blue) = 196+115+76=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4734C is #3B8CB3. Grayscale: #878787. Windows color (decimal): -3902644 or 5010372. OLE color: 5010372.

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

Color convert

RGB 196 115 76 -
CMYK 0 0.41 0.61 0.23
HSL 19.5º 0.5% 0.53% -
HSV(B) 19.5º 0.61% 0.77% -
XYZ 30.2 24.52 9.98 -
YUV 134.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 196 115 76 0 0.41 0.61 0.23 19.5 0.5 0.53
Hex C4 73 4C 0 29 3D 17 14 32 35
Octal 304 163 114 0 51 75 27 24 62 65
Binary 11000100 1110011 1001100 0 101001 111101 10111 10100 110010 110101

Color Harmonies of #C4734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4734C

Black with #C4734C

Text Example


Text Example

White with #C4734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4734C; }

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

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

background-color css

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

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

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

border-color css

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

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

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