Html Css Color HEX #CD613F Ecstasy

📋 copy color: '#CD613F'

red 205 ◦ green 97 ◦ blue 63

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

Shades of Ecstasy #CD613F

Tints of Ecstasy #CD613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

 BLUE value IS 63 (25% from 255) = 17.26%

R = 56.16%
G = 26.58%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD613F (or 0xCD613F) is known color: Ecstasy. HEX triplet: CD, 61 and 3F. RGB value is (205,97,63). Sum of RGB (Red+Green+Blue) = 205+97+63=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD613F is #329EC0. Grayscale: #7D7D7D. Windows color (decimal): -3317441 or 4153805. OLE color: 4153805.

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

Color convert

RGB 205 97 63 -
CMYK 0 0.53 0.69 0.20
HSL 14.37º 0.59% 0.53% -
HSV(B) 14.37º 0.69% 0.8% -
XYZ 30.35 21.89 7.33 -
YUV 125.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 205 97 63 0 0.53 0.69 0.20 14.37 0.59 0.53
Hex CD 61 3F 0 35 45 14 E 3B 35
Octal 315 141 77 0 65 105 24 16 73 65
Binary 11001101 1100001 111111 0 110101 1000101 10100 1110 111011 110101

Color Harmonies of #CD613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD613F

Black with #CD613F

Text Example


Text Example

White with #CD613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD613F; }

 p { color: rgb(205,97,63); }

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

background-color css

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

 a { background-color: rgb(205,97,63); }

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

border-color css

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

 span { border-color: rgb(205,97,63); }

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