Html Css Color HEX #C3704E Red Damask

📋 copy color: '#C3704E'

red 195 ◦ green 112 ◦ blue 78

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

Shades of Red Damask #C3704E

Tints of Red Damask #C3704E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 50.65%
G = 29.09%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3704E (or 0xC3704E) is known color: Red Damask. HEX triplet: C3, 70 and 4E. RGB value is (195,112,78). Sum of RGB (Red+Green+Blue) = 195+112+78=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3704E is #3C8FB1. Grayscale: #858585. Windows color (decimal): -3968946 or 5140675. OLE color: 5140675.

HSL color Cylindrical-coordinate representation of color #C3704E: hue angle of 17.44º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3704E is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 78 -
CMYK 0 0.43 0.6 0.24
HSL 17.44º 0.49% 0.54% -
HSV(B) 17.44º 0.6% 0.76% -
XYZ 29.68 23.74 10.23 -
YUV 132.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 195 112 78 0 0.43 0.6 0.24 17.44 0.49 0.54
Hex C3 70 4E 0 2B 3C 18 11 31 36
Octal 303 160 116 0 53 74 30 21 61 66
Binary 11000011 1110000 1001110 0 101011 111100 11000 10001 110001 110110

Color Harmonies of #C3704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3704E

Black with #C3704E

Text Example


Text Example

White with #C3704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3704E; }

 p { color: rgb(195,112,78); }

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

background-color css

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

 a { background-color: rgb(195,112,78); }

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

border-color css

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

 span { border-color: rgb(195,112,78); }

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