Html Css Color HEX #CD6A40 Red Damask

📋 copy color: '#CD6A40'

red 205 ◦ green 106 ◦ blue 64

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

Shades of Red Damask #CD6A40

Tints of Red Damask #CD6A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 54.67%
G = 28.27%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD6A40 (or 0xCD6A40) is known color: Red Damask. HEX triplet: CD, 6A and 40. RGB value is (205,106,64). Sum of RGB (Red+Green+Blue) = 205+106+64=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6A40 is #3295BF. Grayscale: #838383. Windows color (decimal): -3315136 or 4221645. OLE color: 4221645.

HSL color Cylindrical-coordinate representation of color #CD6A40: hue angle of 17.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD6A40 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 106 64 -
CMYK 0 0.48 0.69 0.20
HSL 17.87º 0.59% 0.53% -
HSV(B) 17.87º 0.69% 0.8% -
XYZ 31.26 23.66 7.77 -
YUV 130.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 205 106 64 0 0.48 0.69 0.20 17.87 0.59 0.53
Hex CD 6A 40 0 30 45 14 12 3B 35
Octal 315 152 100 0 60 105 24 22 73 65
Binary 11001101 1101010 1000000 0 110000 1000101 10100 10010 111011 110101

Color Harmonies of #CD6A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6A40

Black with #CD6A40

Text Example


Text Example

White with #CD6A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6A40; }

 p { color: rgb(205,106,64); }

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

background-color css

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

 a { background-color: rgb(205,106,64); }

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

border-color css

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

 span { border-color: rgb(205,106,64); }

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