Html Css Color HEX #C45B31 Ecstasy

📋 copy color: '#C45B31'

red 196 ◦ green 91 ◦ blue 49

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

Shades of Ecstasy #C45B31

Tints of Ecstasy #C45B31

RGB

 RED value IS 196 (76.95% from 255) = 58.33%

 GREEN value IS 91 (35.94% from 255) = 27.08%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 58.33%
G = 27.08%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C45B31 (or 0xC45B31) is known color: Ecstasy. HEX triplet: C4, 5B and 31. RGB value is (196,91,49). Sum of RGB (Red+Green+Blue) = 196+91+49=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45B31 is #3BA4CE. Grayscale: #757575. Windows color (decimal): -3908815 or 3234756. OLE color: 3234756.

HSL color Cylindrical-coordinate representation of color #C45B31: hue angle of 17.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C45B31 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 91 49 -
CMYK 0 0.54 0.75 0.23
HSL 17.14º 0.6% 0.48% -
HSV(B) 17.14º 0.75% 0.77% -
XYZ 27.06 19.44 5.23 -
YUV 117.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 196 91 49 0 0.54 0.75 0.23 17.14 0.6 0.48
Hex C4 5B 31 0 36 4B 17 11 3C 30
Octal 304 133 61 0 66 113 27 21 74 60
Binary 11000100 1011011 110001 0 110110 1001011 10111 10001 111100 110000

Color Harmonies of #C45B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45B31

Black with #C45B31

Text Example


Text Example

White with #C45B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45B31; }

 p { color: rgb(196,91,49); }

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

background-color css

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

 a { background-color: rgb(196,91,49); }

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

border-color css

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

 span { border-color: rgb(196,91,49); }

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