Html Css Color HEX #C35C34 Ecstasy

📋 copy color: '#C35C34'

red 195 ◦ green 92 ◦ blue 52

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

Shades of Ecstasy #C35C34

Tints of Ecstasy #C35C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.34%

R = 57.52%
G = 27.14%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C35C34 (or 0xC35C34) is known color: Ecstasy. HEX triplet: C3, 5C and 34. RGB value is (195,92,52). Sum of RGB (Red+Green+Blue) = 195+92+52=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C34 is #3CA3CB. Grayscale: #767676. Windows color (decimal): -3974092 or 3431619. OLE color: 3431619.

HSL color Cylindrical-coordinate representation of color #C35C34: hue angle of 16.78º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C35C34 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 92 52 -
CMYK 0 0.53 0.73 0.24
HSL 16.78º 0.58% 0.48% -
HSV(B) 16.78º 0.73% 0.76% -
XYZ 26.95 19.5 5.59 -
YUV 118.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 195 92 52 0 0.53 0.73 0.24 16.78 0.58 0.48
Hex C3 5C 34 0 35 49 18 11 3A 30
Octal 303 134 64 0 65 111 30 21 72 60
Binary 11000011 1011100 110100 0 110101 1001001 11000 10001 111010 110000

Color Harmonies of #C35C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C34

Black with #C35C34

Text Example


Text Example

White with #C35C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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