Html Css Color HEX #C55F38 Ecstasy

📋 copy color: '#C55F38'

red 197 ◦ green 95 ◦ blue 56

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

Shades of Ecstasy #C55F38

Tints of Ecstasy #C55F38

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 56.61%
G = 27.3%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C55F38 (or 0xC55F38) is known color: Ecstasy. HEX triplet: C5, 5F and 38. RGB value is (197,95,56). Sum of RGB (Red+Green+Blue) = 197+95+56=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F38 is #3AA0C7. Grayscale: #797979. Windows color (decimal): -3842248 or 3694533. OLE color: 3694533.

HSL color Cylindrical-coordinate representation of color #C55F38: hue angle of 16.6º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C55F38 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 56 -
CMYK 0 0.52 0.72 0.23
HSL 16.6º 0.56% 0.5% -
HSV(B) 16.6º 0.72% 0.77% -
XYZ 27.83 20.34 6.2 -
YUV 121.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 197 95 56 0 0.52 0.72 0.23 16.6 0.56 0.5
Hex C5 5F 38 0 34 48 17 11 38 32
Octal 305 137 70 0 64 110 27 21 70 62
Binary 11000101 1011111 111000 0 110100 1001000 10111 10001 111000 110010

Color Harmonies of #C55F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F38

Black with #C55F38

Text Example


Text Example

White with #C55F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F38; }

 p { color: rgb(197,95,56); }

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

background-color css

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

 a { background-color: rgb(197,95,56); }

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

border-color css

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

 span { border-color: rgb(197,95,56); }

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