Html Css Color HEX #C4734B Red Damask

📋 copy color: '#C4734B'

red 196 ◦ green 115 ◦ blue 75

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

Shades of Red Damask #C4734B

Tints of Red Damask #C4734B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.43%

R = 50.78%
G = 29.79%
B = 19.43%

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

#C4734B (or 0xC4734B) is known color: Red Damask. HEX triplet: C4, 73 and 4B. RGB value is (196,115,75). Sum of RGB (Red+Green+Blue) = 196+115+75=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4734B is #3B8CB4. Grayscale: #868686. Windows color (decimal): -3902645 or 4944836. OLE color: 4944836.

HSL color Cylindrical-coordinate representation of color #C4734B: hue angle of 19.83º 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 #C4734B is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 75 -
CMYK 0 0.41 0.62 0.23
HSL 19.83º 0.51% 0.53% -
HSV(B) 19.83º 0.62% 0.77% -
XYZ 30.17 24.51 9.8 -
YUV 134.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 196 115 75 0 0.41 0.62 0.23 19.83 0.51 0.53
Hex C4 73 4B 0 29 3E 17 14 33 35
Octal 304 163 113 0 51 76 27 24 63 65
Binary 11000100 1110011 1001011 0 101001 111110 10111 10100 110011 110101

Color Harmonies of #C4734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4734B

Black with #C4734B

Text Example


Text Example

White with #C4734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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