Html Css Color HEX #CD6A42 Red Damask

📋 copy color: '#CD6A42'

red 205 ◦ green 106 ◦ blue 66

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

Shades of Red Damask #CD6A42

Tints of Red Damask #CD6A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 54.38%
G = 28.12%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD6A42 (or 0xCD6A42) is known color: Red Damask. HEX triplet: CD, 6A and 42. RGB value is (205,106,66). Sum of RGB (Red+Green+Blue) = 205+106+66=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6A42 is #3295BD. Grayscale: #838383. Windows color (decimal): -3315134 or 4352717. OLE color: 4352717.

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

Color convert

RGB 205 106 66 -
CMYK 0 0.48 0.68 0.20
HSL 17.27º 0.58% 0.53% -
HSV(B) 17.27º 0.68% 0.8% -
XYZ 31.31 23.68 8.07 -
YUV 131.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 205 106 66 0 0.48 0.68 0.20 17.27 0.58 0.53
Hex CD 6A 42 0 30 44 14 11 3A 35
Octal 315 152 102 0 60 104 24 21 72 65
Binary 11001101 1101010 1000010 0 110000 1000100 10100 10001 111010 110101

Color Harmonies of #CD6A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6A42

Black with #CD6A42

Text Example


Text Example

White with #CD6A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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