#C4684D

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

Shades of Red Damask #C4684D

Tints of Red Damask #C4684D

Color information

#C4684D (or 0xC4684D) is unknown color: approx Red Damask. HEX triplet: C4, 68 and 4D. RGB value is (196,104,77). Sum of RGB (Red+Green+Blue) = 196+104+77=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4684D is #3B97B2. Grayscale: #808080. Windows color (decimal): -3905459 or 5073092. OLE color: 5073092.

HSL color Cylindrical-coordinate representation of color #C4684D: hue angle of 13.61º 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 #C4684D is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19610477-
CMYK00.470.610.23
HSL13.61º50.21%53.53%-
HSV(B)13.61º60.71%76.86%-
XYZ29.0522.179.77-
YUV128.4398.98176.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.99%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=51.99%
G=27.59%
B=20.42%

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
Decimal1961047700.470.610.2313.6150.2153.53
HexC4684D02F3D17e3236
Octal3041501150577527166266
Binary11000100110100010011010101111111101101111110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4684D; }

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

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

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

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

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

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

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

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