Html Css Color HEX #CD6541 Ecstasy

📋 copy color: '#CD6541'

red 205 ◦ green 101 ◦ blue 65

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

Shades of Ecstasy #CD6541

Tints of Ecstasy #CD6541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 55.26%
G = 27.22%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD6541 (or 0xCD6541) is known color: Ecstasy. HEX triplet: CD, 65 and 41. RGB value is (205,101,65). Sum of RGB (Red+Green+Blue) = 205+101+65=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6541 is #329ABE. Grayscale: #808080. Windows color (decimal): -3316415 or 4285901. OLE color: 4285901.

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

Color convert

RGB 205 101 65 -
CMYK 0 0.51 0.68 0.20
HSL 15.43º 0.58% 0.53% -
HSV(B) 15.43º 0.68% 0.8% -
XYZ 30.78 22.67 7.75 -
YUV 127.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 205 101 65 0 0.51 0.68 0.20 15.43 0.58 0.53
Hex CD 65 41 0 33 44 14 F 3A 35
Octal 315 145 101 0 63 104 24 17 72 65
Binary 11001101 1100101 1000001 0 110011 1000100 10100 1111 111010 110101

Color Harmonies of #CD6541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6541

Black with #CD6541

Text Example


Text Example

White with #CD6541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6541; }

 p { color: rgb(205,101,65); }

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

background-color css

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

 a { background-color: rgb(205,101,65); }

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

border-color css

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

 span { border-color: rgb(205,101,65); }

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