Html Css Color HEX #C35D3B Ecstasy

📋 copy color: '#C35D3B'

red 195 ◦ green 93 ◦ blue 59

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

Shades of Ecstasy #C35D3B

Tints of Ecstasy #C35D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17%

R = 56.2%
G = 26.8%
B = 17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C35D3B (or 0xC35D3B) is known color: Ecstasy. HEX triplet: C3, 5D and 3B. RGB value is (195,93,59). Sum of RGB (Red+Green+Blue) = 195+93+59=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D3B is #3CA2C4. Grayscale: #777777. Windows color (decimal): -3973829 or 3890627. OLE color: 3890627.

HSL color Cylindrical-coordinate representation of color #C35D3B: hue angle of 15º 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 #C35D3B is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 93 59 -
CMYK 0 0.52 0.70 0.24
HSL 15º 0.54% 0.5% -
HSV(B) 15º 0.7% 0.76% -
XYZ 27.21 19.75 6.52 -
YUV 119.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 195 93 59 0 0.52 0.70 0.24 15 0.54 0.5
Hex C3 5D 3B 0 34 46 18 F 36 32
Octal 303 135 73 0 64 106 30 17 66 62
Binary 11000011 1011101 111011 0 110100 1000110 11000 1111 110110 110010

Color Harmonies of #C35D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D3B

Black with #C35D3B

Text Example


Text Example

White with #C35D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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