Html Css Color HEX #C3764E Red Damask

📋 copy color: '#C3764E'

red 195 ◦ green 118 ◦ blue 78

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

Shades of Red Damask #C3764E

Tints of Red Damask #C3764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

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

R = 49.87%
G = 30.18%
B = 19.95%

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

#C3764E (or 0xC3764E) is known color: Red Damask. HEX triplet: C3, 76 and 4E. RGB value is (195,118,78). Sum of RGB (Red+Green+Blue) = 195+118+78=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3764E is #3C89B1. Grayscale: #888888. Windows color (decimal): -3967410 or 5142211. OLE color: 5142211.

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

Color convert

RGB 195 118 78 -
CMYK 0 0.39 0.6 0.24
HSL 20.51º 0.49% 0.54% -
HSV(B) 20.51º 0.6% 0.76% -
XYZ 30.36 25.11 10.45 -
YUV 136.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 195 118 78 0 0.39 0.6 0.24 20.51 0.49 0.54
Hex C3 76 4E 0 27 3C 18 15 31 36
Octal 303 166 116 0 47 74 30 25 61 66
Binary 11000011 1110110 1001110 0 100111 111100 11000 10101 110001 110110

Color Harmonies of #C3764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3764E

Black with #C3764E

Text Example


Text Example

White with #C3764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3764E; }

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

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

background-color css

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

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

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

border-color css

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

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

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