Html Css Color HEX #CD6749 Red Damask

📋 copy color: '#CD6749'

red 205 ◦ green 103 ◦ blue 73

#CD6749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CD6749

Tints of Red Damask #CD6749

RGB

 RED value IS 205 (80.47% from 255) = 53.81%

 GREEN value IS 103 (40.63% from 255) = 27.03%

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 53.81%
G = 27.03%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD6749 (or 0xCD6749) is known color: Red Damask. HEX triplet: CD, 67 and 49. RGB value is (205,103,73). Sum of RGB (Red+Green+Blue) = 205+103+73=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6749 is #3298B6. Grayscale: #828282. Windows color (decimal): -3315895 or 4810701. OLE color: 4810701.

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

Color convert

RGB 205 103 73 -
CMYK 0 0.50 0.64 0.20
HSL 13.64º 0.57% 0.55% -
HSV(B) 13.64º 0.64% 0.8% -
XYZ 31.23 23.16 9.13 -
YUV 130.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 205 103 73 0 0.50 0.64 0.20 13.64 0.57 0.55
Hex CD 67 49 0 32 40 14 E 39 37
Octal 315 147 111 0 62 100 24 16 71 67
Binary 11001101 1100111 1001001 0 110010 1000000 10100 1110 111001 110111

Color Harmonies of #CD6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6749

Black with #CD6749

Text Example


Text Example

White with #CD6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6749; }

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

 H1.HeaderClassName
 {
   color: #CD6749;
 }
 .AnyTagClassName
 {
   color: #CD6749;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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