Html Css Color HEX #CD724A Red Damask

📋 copy color: '#CD724A'

red 205 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #CD724A

Tints of Red Damask #CD724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.01%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 52.16%
G = 29.01%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD724A (or 0xCD724A) is known color: Red Damask. HEX triplet: CD, 72 and 4A. RGB value is (205,114,74). Sum of RGB (Red+Green+Blue) = 205+114+74=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD724A is #328DB5. Grayscale: #888888. Windows color (decimal): -3313078 or 4879053. OLE color: 4879053.

HSL color Cylindrical-coordinate representation of color #CD724A: hue angle of 18.32º 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 #CD724A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 114 74 -
CMYK 0 0.44 0.64 0.20
HSL 18.32º 0.57% 0.55% -
HSV(B) 18.32º 0.64% 0.8% -
XYZ 32.43 25.51 9.69 -
YUV 136.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 205 114 74 0 0.44 0.64 0.20 18.32 0.57 0.55
Hex CD 72 4A 0 2C 40 14 12 39 37
Octal 315 162 112 0 54 100 24 22 71 67
Binary 11001101 1110010 1001010 0 101100 1000000 10100 10010 111001 110111

Color Harmonies of #CD724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD724A

Black with #CD724A

Text Example


Text Example

White with #CD724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD724A; }

 p { color: rgb(205,114,74); }

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

background-color css

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

 a { background-color: rgb(205,114,74); }

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

border-color css

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

 span { border-color: rgb(205,114,74); }

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