Html Css Color HEX #CD6740 Ecstasy

📋 copy color: '#CD6740'

red 205 ◦ green 103 ◦ blue 64

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

Shades of Ecstasy #CD6740

Tints of Ecstasy #CD6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

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

R = 55.11%
G = 27.69%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD6740 (or 0xCD6740) is known color: Ecstasy. HEX triplet: CD, 67 and 40. RGB value is (205,103,64). Sum of RGB (Red+Green+Blue) = 205+103+64=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6740 is #3298BF. Grayscale: #818181. Windows color (decimal): -3315904 or 4220877. OLE color: 4220877.

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

Color convert

RGB 205 103 64 -
CMYK 0 0.50 0.69 0.20
HSL 16.6º 0.59% 0.53% -
HSV(B) 16.6º 0.69% 0.8% -
XYZ 30.95 23.05 7.67 -
YUV 129.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 205 103 64 0 0.50 0.69 0.20 16.6 0.59 0.53
Hex CD 67 40 0 32 45 14 11 3B 35
Octal 315 147 100 0 62 105 24 21 73 65
Binary 11001101 1100111 1000000 0 110010 1000101 10100 10001 111011 110101

Color Harmonies of #CD6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6740

Black with #CD6740

Text Example


Text Example

White with #CD6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6740; }

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

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

background-color css

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

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

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

border-color css

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

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

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