Html Css Color HEX #C35F3E Ecstasy

📋 copy color: '#C35F3E'

red 195 ◦ green 95 ◦ blue 62

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

Shades of Ecstasy #C35F3E

Tints of Ecstasy #C35F3E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 55.4%
G = 26.99%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C35F3E (or 0xC35F3E) is known color: Ecstasy. HEX triplet: C3, 5F and 3E. RGB value is (195,95,62). Sum of RGB (Red+Green+Blue) = 195+95+62=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F3E is #3CA0C1. Grayscale: #797979. Windows color (decimal): -3973314 or 4087747. OLE color: 4087747.

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

Color convert

RGB 195 95 62 -
CMYK 0 0.51 0.68 0.24
HSL 14.89º 0.53% 0.5% -
HSV(B) 14.89º 0.68% 0.76% -
XYZ 27.47 20.13 7 -
YUV 121.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 195 95 62 0 0.51 0.68 0.24 14.89 0.53 0.5
Hex C3 5F 3E 0 33 44 18 F 35 32
Octal 303 137 76 0 63 104 30 17 65 62
Binary 11000011 1011111 111110 0 110011 1000100 11000 1111 110101 110010

Color Harmonies of #C35F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F3E

Black with #C35F3E

Text Example


Text Example

White with #C35F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F3E; }

 p { color: rgb(195,95,62); }

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

background-color css

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

 a { background-color: rgb(195,95,62); }

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

border-color css

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

 span { border-color: rgb(195,95,62); }

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