Html Css Color HEX #C75D32 Ecstasy

📋 copy color: '#C75D32'

red 199 ◦ green 93 ◦ blue 50

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

Shades of Ecstasy #C75D32

Tints of Ecstasy #C75D32

RGB

 RED value IS 199 (78.13% from 255) = 58.19%

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 58.19%
G = 27.19%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C75D32 (or 0xC75D32) is known color: Ecstasy. HEX triplet: C7, 5D and 32. RGB value is (199,93,50). Sum of RGB (Red+Green+Blue) = 199+93+50=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D32 is #38A2CD. Grayscale: #787878. Windows color (decimal): -3711694 or 3300807. OLE color: 3300807.

HSL color Cylindrical-coordinate representation of color #C75D32: hue angle of 17.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C75D32 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 50 -
CMYK 0 0.53 0.75 0.22
HSL 17.32º 0.6% 0.49% -
HSV(B) 17.32º 0.75% 0.78% -
XYZ 28.04 20.2 5.44 -
YUV 119.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 199 93 50 0 0.53 0.75 0.22 17.32 0.6 0.49
Hex C7 5D 32 0 35 4B 16 11 3C 31
Octal 307 135 62 0 65 113 26 21 74 61
Binary 11000111 1011101 110010 0 110101 1001011 10110 10001 111100 110001

Color Harmonies of #C75D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D32

Black with #C75D32

Text Example


Text Example

White with #C75D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D32; }

 p { color: rgb(199,93,50); }

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

background-color css

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

 a { background-color: rgb(199,93,50); }

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

border-color css

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

 span { border-color: rgb(199,93,50); }

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