Html Css Color HEX #C65A2F Ecstasy

📋 copy color: '#C65A2F'

red 198 ◦ green 90 ◦ blue 47

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

Shades of Ecstasy #C65A2F

Tints of Ecstasy #C65A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 59.1%
G = 26.87%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C65A2F (or 0xC65A2F) is known color: Ecstasy. HEX triplet: C6, 5A and 2F. RGB value is (198,90,47). Sum of RGB (Red+Green+Blue) = 198+90+47=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A2F is #39A5D0. Grayscale: #757575. Windows color (decimal): -3778001 or 3103430. OLE color: 3103430.

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

Color convert

RGB 198 90 47 -
CMYK 0 0.55 0.76 0.22
HSL 17.09º 0.62% 0.48% -
HSV(B) 17.09º 0.76% 0.78% -
XYZ 27.46 19.52 5.01 -
YUV 117.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 198 90 47 0 0.55 0.76 0.22 17.09 0.62 0.48
Hex C6 5A 2F 0 37 4C 16 11 3E 30
Octal 306 132 57 0 67 114 26 21 76 60
Binary 11000110 1011010 101111 0 110111 1001100 10110 10001 111110 110000

Color Harmonies of #C65A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A2F

Black with #C65A2F

Text Example


Text Example

White with #C65A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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