Html Css Color HEX #CD7144 Red Damask

📋 copy color: '#CD7144'

red 205 ◦ green 113 ◦ blue 68

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

Shades of Red Damask #CD7144

Tints of Red Damask #CD7144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 53.11%
G = 29.27%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD7144 (or 0xCD7144) is known color: Red Damask. HEX triplet: CD, 71 and 44. RGB value is (205,113,68). Sum of RGB (Red+Green+Blue) = 205+113+68=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7144 is #328EBB. Grayscale: #878787. Windows color (decimal): -3313340 or 4485581. OLE color: 4485581.

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

Color convert

RGB 205 113 68 -
CMYK 0 0.45 0.67 0.20
HSL 19.71º 0.58% 0.54% -
HSV(B) 19.71º 0.67% 0.8% -
XYZ 32.13 25.21 8.64 -
YUV 135.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 205 113 68 0 0.45 0.67 0.20 19.71 0.58 0.54
Hex CD 71 44 0 2D 43 14 14 3A 36
Octal 315 161 104 0 55 103 24 24 72 66
Binary 11001101 1110001 1000100 0 101101 1000011 10100 10100 111010 110110

Color Harmonies of #CD7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7144

Black with #CD7144

Text Example


Text Example

White with #CD7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7144; }

 p { color: rgb(205,113,68); }

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

background-color css

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

 a { background-color: rgb(205,113,68); }

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

border-color css

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

 span { border-color: rgb(205,113,68); }

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