Html Css Color HEX #C2613D Ecstasy

📋 copy color: '#C2613D'

red 194 ◦ green 97 ◦ blue 61

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

Shades of Ecstasy #C2613D

Tints of Ecstasy #C2613D

RGB

 RED value IS 194 (76.17% from 255) = 55.11%

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

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

R = 55.11%
G = 27.56%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2613D (or 0xC2613D) is known color: Ecstasy. HEX triplet: C2, 61 and 3D. RGB value is (194,97,61). Sum of RGB (Red+Green+Blue) = 194+97+61=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2613D is #3D9EC2. Grayscale: #7A7A7A. Windows color (decimal): -4038339 or 4022722. OLE color: 4022722.

HSL color Cylindrical-coordinate representation of color #C2613D: hue angle of 16.24º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2613D is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 61 -
CMYK 0 0.50 0.69 0.24
HSL 16.24º 0.52% 0.5% -
HSV(B) 16.24º 0.69% 0.76% -
XYZ 27.37 20.36 6.9 -
YUV 121.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 194 97 61 0 0.50 0.69 0.24 16.24 0.52 0.5
Hex C2 61 3D 0 32 45 18 10 34 32
Octal 302 141 75 0 62 105 30 20 64 62
Binary 11000010 1100001 111101 0 110010 1000101 11000 10000 110100 110010

Color Harmonies of #C2613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2613D

Black with #C2613D

Text Example


Text Example

White with #C2613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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