Html Css Color HEX #C35A34 Ecstasy

📋 copy color: '#C35A34'

red 195 ◦ green 90 ◦ blue 52

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

Shades of Ecstasy #C35A34

Tints of Ecstasy #C35A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

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

R = 57.86%
G = 26.71%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C35A34 (or 0xC35A34) is known color: Ecstasy. HEX triplet: C3, 5A and 34. RGB value is (195,90,52). Sum of RGB (Red+Green+Blue) = 195+90+52=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A34 is #3CA5CB. Grayscale: #757575. Windows color (decimal): -3974604 or 3431107. OLE color: 3431107.

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

Color convert

RGB 195 90 52 -
CMYK 0 0.54 0.73 0.24
HSL 15.94º 0.58% 0.48% -
HSV(B) 15.94º 0.73% 0.76% -
XYZ 26.78 19.16 5.54 -
YUV 117.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 195 90 52 0 0.54 0.73 0.24 15.94 0.58 0.48
Hex C3 5A 34 0 36 49 18 10 3A 30
Octal 303 132 64 0 66 111 30 20 72 60
Binary 11000011 1011010 110100 0 110110 1001001 11000 10000 111010 110000

Color Harmonies of #C35A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A34

Black with #C35A34

Text Example


Text Example

White with #C35A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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