Html Css Color HEX #C65A3A Ecstasy

📋 copy color: '#C65A3A'

red 198 ◦ green 90 ◦ blue 58

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

Shades of Ecstasy #C65A3A

Tints of Ecstasy #C65A3A

RGB

 RED value IS 198 (77.73% from 255) = 57.23%

 GREEN value IS 90 (35.55% from 255) = 26.01%

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

R = 57.23%
G = 26.01%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C65A3A (or 0xC65A3A) is known color: Ecstasy. HEX triplet: C6, 5A and 3A. RGB value is (198,90,58). Sum of RGB (Red+Green+Blue) = 198+90+58=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A3A is #39A5C5. Grayscale: #767676. Windows color (decimal): -3777990 or 3824326. OLE color: 3824326.

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

Color convert

RGB 198 90 58 -
CMYK 0 0.55 0.71 0.22
HSL 13.71º 0.55% 0.5% -
HSV(B) 13.71º 0.71% 0.78% -
XYZ 27.71 19.62 6.33 -
YUV 118.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 198 90 58 0 0.55 0.71 0.22 13.71 0.55 0.5
Hex C6 5A 3A 0 37 47 16 E 37 32
Octal 306 132 72 0 67 107 26 16 67 62
Binary 11000110 1011010 111010 0 110111 1000111 10110 1110 110111 110010

Color Harmonies of #C65A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A3A

Black with #C65A3A

Text Example


Text Example

White with #C65A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A3A; }

 p { color: rgb(198,90,58); }

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

background-color css

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

 a { background-color: rgb(198,90,58); }

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

border-color css

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

 span { border-color: rgb(198,90,58); }

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