Html Css Color HEX #CD6B49 Red Damask

📋 copy color: '#CD6B49'

red 205 ◦ green 107 ◦ blue 73

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

Shades of Red Damask #CD6B49

Tints of Red Damask #CD6B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.79%

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

R = 53.25%
G = 27.79%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD6B49 (or 0xCD6B49) is known color: Red Damask. HEX triplet: CD, 6B and 49. RGB value is (205,107,73). Sum of RGB (Red+Green+Blue) = 205+107+73=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6B49 is #3294B6. Grayscale: #848484. Windows color (decimal): -3314871 or 4811725. OLE color: 4811725.

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

Color convert

RGB 205 107 73 -
CMYK 0 0.48 0.64 0.20
HSL 15.45º 0.57% 0.55% -
HSV(B) 15.45º 0.64% 0.8% -
XYZ 31.64 23.98 9.26 -
YUV 132.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 205 107 73 0 0.48 0.64 0.20 15.45 0.57 0.55
Hex CD 6B 49 0 30 40 14 F 39 37
Octal 315 153 111 0 60 100 24 17 71 67
Binary 11001101 1101011 1001001 0 110000 1000000 10100 1111 111001 110111

Color Harmonies of #CD6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6B49

Black with #CD6B49

Text Example


Text Example

White with #CD6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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