Html Css Color HEX #C35D36 Ecstasy

📋 copy color: '#C35D36'

red 195 ◦ green 93 ◦ blue 54

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

Shades of Ecstasy #C35D36

Tints of Ecstasy #C35D36

RGB

 RED value IS 195 (76.56% from 255) = 57.02%

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

 BLUE value IS 54 (21.48% from 255) = 15.79%

R = 57.02%
G = 27.19%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C35D36 (or 0xC35D36) is known color: Ecstasy. HEX triplet: C3, 5D and 36. RGB value is (195,93,54). Sum of RGB (Red+Green+Blue) = 195+93+54=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D36 is #3CA2C9. Grayscale: #777777. Windows color (decimal): -3973834 or 3562947. OLE color: 3562947.

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

Color convert

RGB 195 93 54 -
CMYK 0 0.52 0.72 0.24
HSL 16.6º 0.57% 0.49% -
HSV(B) 16.6º 0.72% 0.76% -
XYZ 27.09 19.7 5.86 -
YUV 119.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 195 93 54 0 0.52 0.72 0.24 16.6 0.57 0.49
Hex C3 5D 36 0 34 48 18 11 39 31
Octal 303 135 66 0 64 110 30 21 71 61
Binary 11000011 1011101 110110 0 110100 1001000 11000 10001 111001 110001

Color Harmonies of #C35D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D36

Black with #C35D36

Text Example


Text Example

White with #C35D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D36; }

 p { color: rgb(195,93,54); }

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

background-color css

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

 a { background-color: rgb(195,93,54); }

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

border-color css

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

 span { border-color: rgb(195,93,54); }

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