#C67450

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

Shades of Red Damask #C67450

Tints of Red Damask #C67450

Color information

#C67450 (or 0xC67450) is unknown color: approx Red Damask. HEX triplet: C6, 74 and 50. RGB value is (198,116,80). Sum of RGB (Red+Green+Blue) = 198+116+80=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C67450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67450 is #398BAF. Grayscale: #888888. Windows color (decimal): -3771312 or 5272774. OLE color: 5272774.

HSL color Cylindrical-coordinate representation of color #C67450: hue angle of 18.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C67450 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19811680-
CMYK00.410.600.22
HSL18.31º50.86%54.51%-
HSV(B)18.31º59.6%77.65%-
XYZ30.9825.0810.8-
YUV136.4196.17171.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.25%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 80 (31.64% from 255) = 20.30%
R=50.25%
G=29.44%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981168000.410.600.2218.3150.8654.51
HexC674500293C16123337
Octal3061641200517426226367
Binary110001101110100101000001010011111001011010010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67450; }

 p { color: rgb(198,116,80); }

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

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

 a { background-color: rgb(198,116,80); }

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

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

 span { border-color: rgb(198,116,80); }

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