Html Css Color HEX #CD714A Red Damask

📋 copy color: '#CD714A'

red 205 ◦ green 113 ◦ blue 74

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

Shades of Red Damask #CD714A

Tints of Red Damask #CD714A

RGB

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

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

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

R = 52.3%
G = 28.83%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD714A (or 0xCD714A) is known color: Red Damask. HEX triplet: CD, 71 and 4A. RGB value is (205,113,74). Sum of RGB (Red+Green+Blue) = 205+113+74=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD714A is #328EB5. Grayscale: #888888. Windows color (decimal): -3313334 or 4878797. OLE color: 4878797.

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

Color convert

RGB 205 113 74 -
CMYK 0 0.45 0.64 0.20
HSL 17.86º 0.57% 0.55% -
HSV(B) 17.86º 0.64% 0.8% -
XYZ 32.32 25.28 9.66 -
YUV 136.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 205 113 74 0 0.45 0.64 0.20 17.86 0.57 0.55
Hex CD 71 4A 0 2D 40 14 12 39 37
Octal 315 161 112 0 55 100 24 22 71 67
Binary 11001101 1110001 1001010 0 101101 1000000 10100 10010 111001 110111

Color Harmonies of #CD714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD714A

Black with #CD714A

Text Example


Text Example

White with #CD714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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