Html Css Color HEX #CD663B Ecstasy

📋 copy color: '#CD663B'

red 205 ◦ green 102 ◦ blue 59

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

Shades of Ecstasy #CD663B

Tints of Ecstasy #CD663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.87%

 BLUE value IS 59 (23.44% from 255) = 16.12%

R = 56.01%
G = 27.87%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD663B (or 0xCD663B) is known color: Ecstasy. HEX triplet: CD, 66 and 3B. RGB value is (205,102,59). Sum of RGB (Red+Green+Blue) = 205+102+59=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD663B is #3299C4. Grayscale: #808080. Windows color (decimal): -3316165 or 3892941. OLE color: 3892941.

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

Color convert

RGB 205 102 59 -
CMYK 0 0.50 0.71 0.20
HSL 17.67º 0.59% 0.52% -
HSV(B) 17.67º 0.71% 0.8% -
XYZ 30.72 22.8 6.92 -
YUV 127.9 89.12 183 -
System Red Green Blue C M Y K H S L
Decimal 205 102 59 0 0.50 0.71 0.20 17.67 0.59 0.52
Hex CD 66 3B 0 32 47 14 12 3B 34
Octal 315 146 73 0 62 107 24 22 73 64
Binary 11001101 1100110 111011 0 110010 1000111 10100 10010 111011 110100

Color Harmonies of #CD663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD663B

Black with #CD663B

Text Example


Text Example

White with #CD663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD663B; }

 p { color: rgb(205,102,59); }

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

background-color css

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

 a { background-color: rgb(205,102,59); }

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

border-color css

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

 span { border-color: rgb(205,102,59); }

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