Html Css Color HEX #C35C3A Ecstasy

📋 copy color: '#C35C3A'

red 195 ◦ green 92 ◦ blue 58

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

Shades of Ecstasy #C35C3A

Tints of Ecstasy #C35C3A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.67%

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 56.52%
G = 26.67%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C35C3A (or 0xC35C3A) is known color: Ecstasy. HEX triplet: C3, 5C and 3A. RGB value is (195,92,58). Sum of RGB (Red+Green+Blue) = 195+92+58=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C3A is #3CA3C5. Grayscale: #777777. Windows color (decimal): -3974086 or 3824835. OLE color: 3824835.

HSL color Cylindrical-coordinate representation of color #C35C3A: hue angle of 14.89º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C35C3A is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 92 58 -
CMYK 0 0.53 0.70 0.24
HSL 14.89º 0.54% 0.5% -
HSV(B) 14.89º 0.7% 0.76% -
XYZ 27.1 19.56 6.35 -
YUV 118.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 195 92 58 0 0.53 0.70 0.24 14.89 0.54 0.5
Hex C3 5C 3A 0 35 46 18 F 36 32
Octal 303 134 72 0 65 106 30 17 66 62
Binary 11000011 1011100 111010 0 110101 1000110 11000 1111 110110 110010

Color Harmonies of #C35C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C3A

Black with #C35C3A

Text Example


Text Example

White with #C35C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C3A; }

 p { color: rgb(195,92,58); }

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

background-color css

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

 a { background-color: rgb(195,92,58); }

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

border-color css

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

 span { border-color: rgb(195,92,58); }

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