Html Css Color HEX #C5613D Ecstasy

📋 copy color: '#C5613D'

red 197 ◦ green 97 ◦ blue 61

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

Shades of Ecstasy #C5613D

Tints of Ecstasy #C5613D

RGB

 RED value IS 197 (77.34% from 255) = 55.49%

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

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 55.49%
G = 27.32%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5613D (or 0xC5613D) is known color: Ecstasy. HEX triplet: C5, 61 and 3D. RGB value is (197,97,61). Sum of RGB (Red+Green+Blue) = 197+97+61=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5613D is #3A9EC2. Grayscale: #7B7B7B. Windows color (decimal): -3841731 or 4022725. OLE color: 4022725.

HSL color Cylindrical-coordinate representation of color #C5613D: hue angle of 15.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5613D is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 61 -
CMYK 0 0.51 0.69 0.23
HSL 15.88º 0.54% 0.51% -
HSV(B) 15.88º 0.69% 0.77% -
XYZ 28.14 20.76 6.94 -
YUV 122.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 197 97 61 0 0.51 0.69 0.23 15.88 0.54 0.51
Hex C5 61 3D 0 33 45 17 10 36 33
Octal 305 141 75 0 63 105 27 20 66 63
Binary 11000101 1100001 111101 0 110011 1000101 10111 10000 110110 110011

Color Harmonies of #C5613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5613D

Black with #C5613D

Text Example


Text Example

White with #C5613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5613D; }

 p { color: rgb(197,97,61); }

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

background-color css

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

 a { background-color: rgb(197,97,61); }

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

border-color css

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

 span { border-color: rgb(197,97,61); }

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