#C3674A

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

Shades of Red Damask #C3674A

Tints of Red Damask #C3674A

Color information

#C3674A (or 0xC3674A) is unknown color: approx Red Damask. HEX triplet: C3, 67 and 4A. RGB value is (195,103,74). Sum of RGB (Red+Green+Blue) = 195+103+74=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3674A is #3C98B5. Grayscale: #7F7F7F. Windows color (decimal): -3971254 or 4876227. OLE color: 4876227.

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

Color convert

RGB19510374-
CMYK00.470.620.24
HSL14.38º50.21%52.75%-
HSV(B)14.38º62.05%76.47%-
XYZ28.5921.89.18-
YUV127.297.98176.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 74 (29.30% from 255) = 19.89%
R=52.42%
G=27.69%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951037400.470.620.2414.3850.2152.75
HexC3674A02F3E18e3235
Octal3031471120577630166265
Binary11000011110011110010100101111111110110001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3674A; }

 p { color: rgb(195,103,74); }

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

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

 a { background-color: rgb(195,103,74); }

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

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

 span { border-color: rgb(195,103,74); }

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