Html Css Color HEX #C4714E Red Damask

📋 copy color: '#C4714E'

red 196 ◦ green 113 ◦ blue 78

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

Shades of Red Damask #C4714E

Tints of Red Damask #C4714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 78 (30.86% from 255) = 20.16%

R = 50.65%
G = 29.2%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4714E (or 0xC4714E) is known color: Red Damask. HEX triplet: C4, 71 and 4E. RGB value is (196,113,78). Sum of RGB (Red+Green+Blue) = 196+113+78=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4714E is #3B8EB1. Grayscale: #868686. Windows color (decimal): -3903154 or 5140932. OLE color: 5140932.

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

Color convert

RGB 196 113 78 -
CMYK 0 0.42 0.60 0.23
HSL 17.8º 0.5% 0.54% -
HSV(B) 17.8º 0.6% 0.77% -
XYZ 30.05 24.1 10.28 -
YUV 133.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 196 113 78 0 0.42 0.60 0.23 17.8 0.5 0.54
Hex C4 71 4E 0 2A 3C 17 12 32 36
Octal 304 161 116 0 52 74 27 22 62 66
Binary 11000100 1110001 1001110 0 101010 111100 10111 10010 110010 110110

Color Harmonies of #C4714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4714E

Black with #C4714E

Text Example


Text Example

White with #C4714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4714E; }

 p { color: rgb(196,113,78); }

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

background-color css

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

 a { background-color: rgb(196,113,78); }

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

border-color css

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

 span { border-color: rgb(196,113,78); }

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