#C4674D

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

Shades of Red Damask #C4674D

Tints of Red Damask #C4674D

Color information

#C4674D (or 0xC4674D) is unknown color: approx Red Damask. HEX triplet: C4, 67 and 4D. RGB value is (196,103,77). Sum of RGB (Red+Green+Blue) = 196+103+77=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4674D is #3B98B2. Grayscale: #808080. Windows color (decimal): -3905715 or 5072836. OLE color: 5072836.

HSL color Cylindrical-coordinate representation of color #C4674D: hue angle of 13.11º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4674D is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19610377-
CMYK00.470.610.23
HSL13.11º50.21%53.53%-
HSV(B)13.11º60.71%76.86%-
XYZ28.9521.979.74-
YUV127.8499.31176.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.13%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 77 (30.47% from 255) = 20.48%
R=52.13%
G=27.39%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961037700.470.610.2313.1150.2153.53
HexC4674D02F3D17d3236
Octal3041471150577527156266
Binary11000100110011110011010101111111101101111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4674D; }

 p { color: rgb(196,103,77); }

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

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

 a { background-color: rgb(196,103,77); }

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

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

 span { border-color: rgb(196,103,77); }

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