#C2774E

Color #C2774E Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C2774E

Tints of Red Damask #C2774E

Color information

#C2774E (or 0xC2774E) is unknown color: approx Red Damask. HEX triplet: C2, 77 and 4E. RGB value is (194,119,78). Sum of RGB (Red+Green+Blue) = 194+119+78=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2774E is #3D88B1. Grayscale: #888888. Windows color (decimal): -4032690 or 5142466. OLE color: 5142466.

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

Color convert

RGB19411978-
CMYK00.390.600.24
HSL21.21º48.74%53.33%-
HSV(B)21.21º59.79%76.08%-
XYZ30.2225.2110.48-
YUV136.7594.85168.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=49.62%
G=30.43%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941197800.390.600.2421.2148.7453.33
HexC2774E0273C18153135
Octal3021671160477430256165
Binary110000101110111100111001001111111001100010101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2774E; }

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

 H1.HeaderClassName
 {
   color: #C2774E;
 }
 .AnyTagClassName
 {
   color: #C2774E;
 }
</style>
background-color css

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

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

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

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

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

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