#CD6743

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

Shades of Red Damask #CD6743

Tints of Red Damask #CD6743

Color information

#CD6743 (or 0xCD6743) is unknown color: approx Red Damask. HEX triplet: CD, 67 and 43. RGB value is (205,103,67). Sum of RGB (Red+Green+Blue) = 205+103+67=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6743 is #3298BC. Grayscale: #818181. Windows color (decimal): -3315901 or 4417485. OLE color: 4417485.

HSL color Cylindrical-coordinate representation of color #CD6743: hue angle of 15.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD6743 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB20510367-
CMYK00.500.670.20
HSL15.65º57.98%53.33%-
HSV(B)15.65º67.32%80.39%-
XYZ31.0423.088.13-
YUV129.3992.79181.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.67%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 67 (26.56% from 255) = 17.87%
R=54.67%
G=27.47%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051036700.500.670.2015.6557.9853.33
HexCD67430324314103a35
Octal31514710306210324207265
Binary1100110111001111000011011001010000111010010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6743; }

 p { color: rgb(205,103,67); }

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

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

 a { background-color: rgb(205,103,67); }

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

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

 span { border-color: rgb(205,103,67); }

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