#CD6F48

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

Shades of Red Damask #CD6F48

Tints of Red Damask #CD6F48

Color information

#CD6F48 (or 0xCD6F48) is unknown color: approx Red Damask. HEX triplet: CD, 6F and 48. RGB value is (205,111,72). Sum of RGB (Red+Green+Blue) = 205+111+72=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6F48 is #3290B7. Grayscale: #868686. Windows color (decimal): -3313848 or 4747213. OLE color: 4747213.

HSL color Cylindrical-coordinate representation of color #CD6F48: hue angle of 17.59º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD6F48 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20511172-
CMYK00.460.650.20
HSL17.59º57.08%54.31%-
HSV(B)17.59º64.88%80.39%-
XYZ32.0324.829.23-
YUV134.6692.64178.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.84%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=52.84%
G=28.61%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051117200.460.650.2017.5957.0854.31
HexCD6F4802E4114123936
Octal31515711005610124227166
Binary1100110111011111001000010111010000011010010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F48; }

 p { color: rgb(205,111,72); }

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

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

 a { background-color: rgb(205,111,72); }

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

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

 span { border-color: rgb(205,111,72); }

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