#C67C53

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

Shades of Red Damask #C67C53

Tints of Red Damask #C67C53

Color information

#C67C53 (or 0xC67C53) is unknown color: approx Red Damask. HEX triplet: C6, 7C and 53. RGB value is (198,124,83). Sum of RGB (Red+Green+Blue) = 198+124+83=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67C53 is #3983AC. Grayscale: #8D8D8D. Windows color (decimal): -3769261 or 5471430. OLE color: 5471430.

HSL color Cylindrical-coordinate representation of color #C67C53: hue angle of 21.39º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C67C53 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB19812483-
CMYK00.370.580.22
HSL21.39º50.22%55.1%-
HSV(B)21.39º58.08%77.65%-
XYZ32.0627.0511.71-
YUV141.4595.02168.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=48.89%
G=30.62%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981248300.370.580.2221.3950.2255.1
HexC67C530253A16153237
Octal3061741230457226256267
Binary110001101111100101001101001011110101011010101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67C53; }

 p { color: rgb(198,124,83); }

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

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

 a { background-color: rgb(198,124,83); }

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

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

 span { border-color: rgb(198,124,83); }

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