Html Css Color HEX #C3774E Red Damask

📋 copy color: '#C3774E'

red 195 ◦ green 119 ◦ blue 78

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

Shades of Red Damask #C3774E

Tints of Red Damask #C3774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.36%

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

R = 49.74%
G = 30.36%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3774E (or 0xC3774E) is known color: Red Damask. HEX triplet: C3, 77 and 4E. RGB value is (195,119,78). Sum of RGB (Red+Green+Blue) = 195+119+78=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3774E is #3C88B1. Grayscale: #898989. Windows color (decimal): -3967154 or 5142467. OLE color: 5142467.

HSL color Cylindrical-coordinate representation of color #C3774E: hue angle of 21.03º 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 #C3774E is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 119 78 -
CMYK 0 0.39 0.6 0.24
HSL 21.03º 0.49% 0.54% -
HSV(B) 21.03º 0.6% 0.76% -
XYZ 30.48 25.35 10.49 -
YUV 137.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 195 119 78 0 0.39 0.6 0.24 21.03 0.49 0.54
Hex C3 77 4E 0 27 3C 18 15 31 36
Octal 303 167 116 0 47 74 30 25 61 66
Binary 11000011 1110111 1001110 0 100111 111100 11000 10101 110001 110110

Color Harmonies of #C3774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3774E

Black with #C3774E

Text Example


Text Example

White with #C3774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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