Html Css Color HEX #C3714D Red Damask

📋 copy color: '#C3714D'

red 195 ◦ green 113 ◦ blue 77

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

Shades of Red Damask #C3714D

Tints of Red Damask #C3714D

RGB

 RED value IS 195 (76.56% from 255) = 50.65%

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

 BLUE value IS 77 (30.47% from 255) = 20%

R = 50.65%
G = 29.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3714D (or 0xC3714D) is known color: Red Damask. HEX triplet: C3, 71 and 4D. RGB value is (195,113,77). Sum of RGB (Red+Green+Blue) = 195+113+77=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3714D is #3C8EB2. Grayscale: #858585. Windows color (decimal): -3968691 or 5075395. OLE color: 5075395.

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

Color convert

RGB 195 113 77 -
CMYK 0 0.42 0.61 0.24
HSL 18.31º 0.5% 0.53% -
HSV(B) 18.31º 0.61% 0.76% -
XYZ 29.75 23.95 10.08 -
YUV 133.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 195 113 77 0 0.42 0.61 0.24 18.31 0.5 0.53
Hex C3 71 4D 0 2A 3D 18 12 32 35
Octal 303 161 115 0 52 75 30 22 62 65
Binary 11000011 1110001 1001101 0 101010 111101 11000 10010 110010 110101

Color Harmonies of #C3714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3714D

Black with #C3714D

Text Example


Text Example

White with #C3714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3714D; }

 p { color: rgb(195,113,77); }

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

background-color css

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

 a { background-color: rgb(195,113,77); }

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

border-color css

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

 span { border-color: rgb(195,113,77); }

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