Html Css Color HEX #C8613A Ecstasy

📋 copy color: '#C8613A'

red 200 ◦ green 97 ◦ blue 58

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

Shades of Ecstasy #C8613A

Tints of Ecstasy #C8613A

RGB

 RED value IS 200 (78.52% from 255) = 56.34%

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

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 56.34%
G = 27.32%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8613A (or 0xC8613A) is known color: Ecstasy. HEX triplet: C8, 61 and 3A. RGB value is (200,97,58). Sum of RGB (Red+Green+Blue) = 200+97+58=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8613A is #379EC5. Grayscale: #7B7B7B. Windows color (decimal): -3645126 or 3826120. OLE color: 3826120.

HSL color Cylindrical-coordinate representation of color #C8613A: hue angle of 16.48º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8613A is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 97 58 -
CMYK 0 0.52 0.71 0.22
HSL 16.48º 0.56% 0.51% -
HSV(B) 16.48º 0.71% 0.78% -
XYZ 28.86 21.13 6.56 -
YUV 123.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 200 97 58 0 0.52 0.71 0.22 16.48 0.56 0.51
Hex C8 61 3A 0 34 47 16 10 38 33
Octal 310 141 72 0 64 107 26 20 70 63
Binary 11001000 1100001 111010 0 110100 1000111 10110 10000 111000 110011

Color Harmonies of #C8613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8613A

Black with #C8613A

Text Example


Text Example

White with #C8613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8613A; }

 p { color: rgb(200,97,58); }

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

background-color css

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

 a { background-color: rgb(200,97,58); }

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

border-color css

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

 span { border-color: rgb(200,97,58); }

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