Html Css Color HEX #C4714C Red Damask

📋 copy color: '#C4714C'

red 196 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #C4714C

Tints of Red Damask #C4714C

RGB

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

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

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

R = 50.91%
G = 29.35%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4714C (or 0xC4714C) is known color: Red Damask. HEX triplet: C4, 71 and 4C. RGB value is (196,113,76). Sum of RGB (Red+Green+Blue) = 196+113+76=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4714C is #3B8EB3. Grayscale: #858585. Windows color (decimal): -3903156 or 5009860. OLE color: 5009860.

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

Color convert

RGB 196 113 76 -
CMYK 0 0.42 0.61 0.23
HSL 18.5º 0.5% 0.53% -
HSV(B) 18.5º 0.61% 0.77% -
XYZ 29.97 24.07 9.9 -
YUV 133.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 196 113 76 0 0.42 0.61 0.23 18.5 0.5 0.53
Hex C4 71 4C 0 2A 3D 17 12 32 35
Octal 304 161 114 0 52 75 27 22 62 65
Binary 11000100 1110001 1001100 0 101010 111101 10111 10010 110010 110101

Color Harmonies of #C4714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4714C

Black with #C4714C

Text Example


Text Example

White with #C4714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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