Html Css Color HEX #CD734D Red Damask

📋 copy color: '#CD734D'

red 205 ◦ green 115 ◦ blue 77

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

Shades of Red Damask #CD734D

Tints of Red Damask #CD734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 51.64%
G = 28.97%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD734D (or 0xCD734D) is known color: Red Damask. HEX triplet: CD, 73 and 4D. RGB value is (205,115,77). Sum of RGB (Red+Green+Blue) = 205+115+77=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD734D is #328CB2. Grayscale: #898989. Windows color (decimal): -3312819 or 5075917. OLE color: 5075917.

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

Color convert

RGB 205 115 77 -
CMYK 0 0.44 0.62 0.20
HSL 17.81º 0.56% 0.55% -
HSV(B) 17.81º 0.62% 0.8% -
XYZ 32.65 25.78 10.28 -
YUV 137.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 205 115 77 0 0.44 0.62 0.20 17.81 0.56 0.55
Hex CD 73 4D 0 2C 3E 14 12 38 37
Octal 315 163 115 0 54 76 24 22 70 67
Binary 11001101 1110011 1001101 0 101100 111110 10100 10010 111000 110111

Color Harmonies of #CD734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD734D

Black with #CD734D

Text Example


Text Example

White with #CD734D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD734D; }

 p { color: rgb(205,115,77); }

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

background-color css

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

 a { background-color: rgb(205,115,77); }

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

border-color css

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

 span { border-color: rgb(205,115,77); }

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