Html Css Color HEX #CD6E4E Red Damask

📋 copy color: '#CD6E4E'

red 205 ◦ green 110 ◦ blue 78

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

Shades of Red Damask #CD6E4E

Tints of Red Damask #CD6E4E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 52.16%
G = 27.99%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD6E4E (or 0xCD6E4E) is known color: Red Damask. HEX triplet: CD, 6E and 4E. RGB value is (205,110,78). Sum of RGB (Red+Green+Blue) = 205+110+78=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E4E is #3291B1. Grayscale: #868686. Windows color (decimal): -3314098 or 5140173. OLE color: 5140173.

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

Color convert

RGB 205 110 78 -
CMYK 0 0.46 0.62 0.20
HSL 15.12º 0.56% 0.55% -
HSV(B) 15.12º 0.62% 0.8% -
XYZ 32.13 24.68 10.28 -
YUV 134.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 205 110 78 0 0.46 0.62 0.20 15.12 0.56 0.55
Hex CD 6E 4E 0 2E 3E 14 F 38 37
Octal 315 156 116 0 56 76 24 17 70 67
Binary 11001101 1101110 1001110 0 101110 111110 10100 1111 111000 110111

Color Harmonies of #CD6E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6E4E

Black with #CD6E4E

Text Example


Text Example

White with #CD6E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6E4E; }

 p { color: rgb(205,110,78); }

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

background-color css

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

 a { background-color: rgb(205,110,78); }

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

border-color css

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

 span { border-color: rgb(205,110,78); }

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