Html Css Color HEX #CD6949 Red Damask

📋 copy color: '#CD6949'

red 205 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #CD6949

Tints of Red Damask #CD6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.42%

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

R = 53.52%
G = 27.42%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD6949 (or 0xCD6949) is known color: Red Damask. HEX triplet: CD, 69 and 49. RGB value is (205,105,73). Sum of RGB (Red+Green+Blue) = 205+105+73=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6949 is #3296B6. Grayscale: #838383. Windows color (decimal): -3315383 or 4811213. OLE color: 4811213.

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

Color convert

RGB 205 105 73 -
CMYK 0 0.49 0.64 0.20
HSL 14.55º 0.57% 0.55% -
HSV(B) 14.55º 0.64% 0.8% -
XYZ 31.43 23.56 9.19 -
YUV 131.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 205 105 73 0 0.49 0.64 0.20 14.55 0.57 0.55
Hex CD 69 49 0 31 40 14 F 39 37
Octal 315 151 111 0 61 100 24 17 71 67
Binary 11001101 1101001 1001001 0 110001 1000000 10100 1111 111001 110111

Color Harmonies of #CD6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6949

Black with #CD6949

Text Example


Text Example

White with #CD6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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